Explorar el Código

默认明亮主题

winkey hace 2 meses
padre
commit
a2915136e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {