mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-14 12:43:42 +08:00
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