refactor: 命名优化统一

This commit is contained in:
Ray.Hao
2025-05-25 08:22:50 +08:00
parent 01d83e21d1
commit 5eaccf112c
12 changed files with 219 additions and 105 deletions

View File

@@ -70,10 +70,10 @@ export default {
interface: "Interface",
navigation: "Navigation",
themeColor: "Theme Color",
tagsView: "Tags View",
sidebarLogo: "Sidebar Logo",
showTagsView: "Show Tags View",
showAppLogo: "Show App Logo",
sidebarColorScheme: "Sidebar Color Scheme",
watermark: "Watermark",
showWatermark: "Show Watermark",
classicBlue: "Classic Blue",
minimalWhite: "Minimal White",
},

View File

@@ -70,10 +70,13 @@ export default {
interface: "界面设置",
navigation: "导航设置",
themeColor: "主题颜色",
tagsView: "开启 Tags-View",
sidebarLogo: "侧边栏 Logo",
themeColorTip: "主题颜色",
darkMode: "暗黑模式",
layoutSetting: "布局设置",
sidebarColorScheme: "侧边栏配色",
watermark: "开启水印",
showTagsView: "显示页签",
showAppLogo: "显示Logo",
showWatermark: "显示水印",
classicBlue: "经典蓝",
minimalWhite: "极简白",
},