瀏覽代碼

默认明亮主题

winkey 2 月之前
父節點
當前提交
a2915136e1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/store/modules/app/helper.ts

+ 1 - 1
src/store/modules/app/helper.ts

@@ -14,7 +14,7 @@ export interface AppState {
 }
 
 export function defaultSetting(): AppState {
-  return { siderCollapsed: false,isChat:true, theme: 'dark', language: 'zh-CN' }
+  return { siderCollapsed: false,isChat:true, theme: 'light', language: 'zh-CN' }
 }
 
 export function getLocalSetting(): AppState {