feat(modules/web): souceEdito theme respect system darkmode

This commit is contained in:
Xwite
2024-10-02 21:38:40 +08:00
parent 9244715f41
commit 2734132872
8 changed files with 48 additions and 29 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import "element-plus/theme-chalk/dark/css-vars.css"
createApp(App).use(store).use(router).mount("#app");
// 同步Element PLUS 夜间模式
// 书架 同步Element PLUS 夜间模式
watch(
() => useBookStore().isNight,
(isNight) => {