mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 添加自动跟随系统主题设置
This commit is contained in:
@ -29,6 +29,7 @@ const themeColorList = [
|
||||
];
|
||||
|
||||
const defaultThemeSetting: Theme.Setting = {
|
||||
followSystemTheme: true,
|
||||
darkMode: false,
|
||||
layout: {
|
||||
minWidth: 900,
|
||||
|
Reference in New Issue
Block a user