Commit 5ba3d409 authored by chenjiahao's avatar chenjiahao

修改默认主题

parent 6fab1712
...@@ -31,7 +31,7 @@ let timeId: TimeoutHandle; ...@@ -31,7 +31,7 @@ let timeId: TimeoutHandle;
export const useAppStore = defineStore({ export const useAppStore = defineStore({
id: 'app', id: 'app',
state: (): AppState => ({ state: (): AppState => ({
darkMode: undefined, darkMode: 'light',
pageLoading: false, pageLoading: false,
projectConfig: Persistent.getLocal(PROJ_CFG_KEY), projectConfig: Persistent.getLocal(PROJ_CFG_KEY),
beforeMiniInfo: {}, beforeMiniInfo: {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment