Explorar o código

fix: 默认背景为暗黑模式

R hai 1 ano
pai
achega
09283e762e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/stores/modules/global.ts

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

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