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: "Theme Color",
tagsView: "Tags View",
sidebarLogo: "Sidebar Logo",
sidebarColorScheme: "Sidebar Color Scheme",
watermark: "Watermark",
white: "white",
darkBlue: "darkBlue",
},
};