feat: 默认暗黑模式

Former-commit-id: 545076911d17a2b46e9f4df3eaca97225497e1c7
This commit is contained in:
haoxr
2023-02-07 01:00:58 +08:00
parent 4189c257cf
commit 112ce67c65
3 changed files with 3 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ const defaultSettings: DefaultSettings = {
sidebarLogo: true,
errorLog: 'production',
layout: 'left',
theme: 'light'
theme: 'dark'
};
export default defaultSettings;