From 6313184711a73f48c287fc10a6334ff3a9fe6a47 Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 30 Jan 2023 15:58:50 +0800 Subject: [PATCH] =?UTF-8?q?pref:=20=E4=BF=AE=E6=94=B9=20theme=20color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/zh.json | 2 +- .../components/NavHeader/ViewSwitcher.vue | 36 +++++++++++++------ src/layout/components/NavLeft/index.vue | 2 +- src/utils/theme/color.js | 2 +- 4 files changed, 29 insertions(+), 13 deletions(-) diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index a8fc50515..925953813 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -1212,7 +1212,7 @@ "UploadFailed": "上传失败", "Applets": "远程应用", "AppletHosts": "应用发布机", - "uploadZipTips": "请上传zip格式的文件", + "uploadZipTips": "请上传 zip 格式的文件", "HostDeployment": "发布机部署", "TerminalStat": "CPU/内存/磁盘" }, diff --git a/src/layout/components/NavHeader/ViewSwitcher.vue b/src/layout/components/NavHeader/ViewSwitcher.vue index af3de1d8a..f0cc68f15 100644 --- a/src/layout/components/NavHeader/ViewSwitcher.vue +++ b/src/layout/components/NavHeader/ViewSwitcher.vue @@ -1,17 +1,17 @@