浏览代码

默认明亮主题

winkey 3 周之前
父节点
当前提交
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 {