Skip to content

Commit

Permalink
chore: default theme use auto mode
Browse files Browse the repository at this point in the history
Signed-off-by: BobDu <[email protected]>
  • Loading branch information
BobDu committed Feb 6, 2024
1 parent 24dfe71 commit 6611559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/app/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface AppState {
}

export function defaultSetting(): AppState {
return { siderCollapsed: false, theme: 'light', language: 'zh-CN' }
return { siderCollapsed: false, theme: 'auto', language: 'zh-CN' }
}

export function getLocalSetting(): AppState {
Expand Down

0 comments on commit 6611559

Please sign in to comment.