feat(modules/web): souceEdito theme respect system darkmode
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user