From b4a37d06c1339ef8f8478372fbfbeadbcfee1b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Fri, 29 Sep 2023 11:07:31 +0800 Subject: [PATCH] =?UTF-8?q?:lipstick:ui=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/lang/en.json | 6 +++-- src/i18n/lang/zh-cn.json | 4 ++- src/i18n/lang/zh-tw.json | 4 ++- src/layout/components/Settings/index.vue | 32 ++++++------------------ src/layout/components/TagsView/index.vue | 6 ----- 5 files changed, 17 insertions(+), 35 deletions(-) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index d24f3de..5fbfc02 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -87,11 +87,13 @@ "bottomBar": "Footer", "identity": "Identity", "content1": "The code is completely free and open source, easy to read and understand, and the interface is simple and beautiful, giving you one more choice and reference for your project.", - "topNav": "Top nav", + "topNav": "top nav", "commonFuncs": "Common Functions", "openWatermark": "Open Watermark", "workTime": "Today's working times(min)", - "onlineClientNum": "Number of online devices" + "onlineClientNum": "Number of online devices", + "tagsView": "tabs", + "tagsPersist": "tabs Persist" }, "common": { "ok": "Ok", diff --git a/src/i18n/lang/zh-cn.json b/src/i18n/lang/zh-cn.json index 1040c66..a8ad1ff 100644 --- a/src/i18n/lang/zh-cn.json +++ b/src/i18n/lang/zh-cn.json @@ -91,7 +91,9 @@ "commonFuncs": "常用功能", "openWatermark": "开启水印", "workTime": "今日工作时长", - "onlineClientNum": "在线设备数" + "onlineClientNum": "在线设备数", + "tagsView": "标签页", + "tagsPersist": "标签持久化" }, "common": { "ok": "确定", diff --git a/src/i18n/lang/zh-tw.json b/src/i18n/lang/zh-tw.json index 722d0ed..c0632b9 100644 --- a/src/i18n/lang/zh-tw.json +++ b/src/i18n/lang/zh-tw.json @@ -91,7 +91,9 @@ "commonFuncs": "常用功能", "openWatermark": "開啟水印", "workTime": "今日工作時長(分)", - "onlineClientNum": "在線設備數" + "onlineClientNum": "在線設備數", + "tagsView": "標簽頁", + "tagsPersist": "標簽持久化" }, "common": { "ok": "確定", diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue index 8624e6b..1f35694 100644 --- a/src/layout/components/Settings/index.vue +++ b/src/layout/components/Settings/index.vue @@ -21,19 +21,10 @@ {{ $t('layout.darkMode') }} {{ $t('layout.lightMode') }} - - + - -
{{ $t('layout.themeColor') }} @@ -52,7 +43,7 @@
- {{ $t('layout.open') }} 标签页 + {{ $t('layout.open') }} {{ $t('layout.tagsView') }} @@ -91,7 +82,7 @@
- 标签持久化 + {{ $t('layout.tagsPersist') }} @@ -107,7 +98,7 @@