소스 검색

fix: 默认背景为暗黑模式

R 1 년 전
부모
커밋
09283e762e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
     // 色弱模式