feat(projects): 添加自动跟随系统主题设置
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
{
|
||||
"followSystemTheme": true,
|
||||
"darkMode": false,
|
||||
"layout": {
|
||||
"minWidth": 900,
|
||||
|
||||
@ -29,6 +29,7 @@ const themeColorList = [
|
||||
];
|
||||
|
||||
const defaultThemeSetting: Theme.Setting = {
|
||||
followSystemTheme: true,
|
||||
darkMode: false,
|
||||
layout: {
|
||||
minWidth: 900,
|
||||
|
||||
Reference in New Issue
Block a user