Эх сурвалжийг харах

fix: 默认背景为暗黑模式

R 1 жил өмнө
parent
commit
09283e762e

+ 1 - 1
src/stores/modules/global.ts

@@ -17,7 +17,7 @@ export const useGlobalStore = defineStore('admin-global', {
     // 主题颜色
     // 主题颜色
     primary: DEFAULT_PRIMARY,
     primary: DEFAULT_PRIMARY,
     // 深色模式
     // 深色模式
-    isDark: false,
+    isDark: true,
     // 灰色模式
     // 灰色模式
     isGrey: false,
     isGrey: false,
     // 色弱模式
     // 色弱模式