feat: 新增浅色模式下的侧边栏配色切换:深蓝色、白色

This commit is contained in:
lostelk
2025-02-19 12:45:29 +08:00
parent 5656760940
commit d6de05a4b7
13 changed files with 169 additions and 17 deletions

View File

@@ -57,6 +57,9 @@ export default {
themeColor: "主题颜色",
tagsView: "开启 Tags-View",
sidebarLogo: "侧边栏 Logo",
sidebarColorScheme: "侧边栏配色方案",
watermark: "开启水印",
white: "白色",
darkBlue: "深蓝色",
},
};