Commit 5ba3d409 authored by chenjiahao's avatar chenjiahao

修改默认主题

parent 6fab1712
......@@ -31,7 +31,7 @@ let timeId: TimeoutHandle;
export const useAppStore = defineStore({
id: 'app',
state: (): AppState => ({
darkMode: undefined,
darkMode: 'light',
pageLoading: false,
projectConfig: Persistent.getLocal(PROJ_CFG_KEY),
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