mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-14 12:43:42 +08:00
refactor(projects): 代码优化
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"followSystemTheme": true,
|
||||
"darkMode": false,
|
||||
"followSystemTheme": true,
|
||||
"layout": {
|
||||
"minWidth": 900,
|
||||
"mode": "vertical",
|
||||
|
||||
@@ -29,8 +29,8 @@ const themeColorList = [
|
||||
];
|
||||
|
||||
const defaultThemeSetting: Theme.Setting = {
|
||||
followSystemTheme: true,
|
||||
darkMode: false,
|
||||
followSystemTheme: true,
|
||||
layout: {
|
||||
minWidth: 900,
|
||||
mode: 'vertical',
|
||||
|
||||
Reference in New Issue
Block a user