mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +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