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 @@