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:
8
src/interface/app.ts
Normal file
8
src/interface/app.ts
Normal file
@ -0,0 +1,8 @@
|
||||
export interface ThemeSettings {
|
||||
/** 深色模式 */
|
||||
darkMode: boolean;
|
||||
/** 主题颜色 */
|
||||
themeColor: string;
|
||||
/** 主题颜色列表 */
|
||||
themeColorList: string[];
|
||||
}
|
0
src/interface/common.ts
Normal file
0
src/interface/common.ts
Normal file
@ -1 +1,2 @@
|
||||
export { UserInfo } from './business';
|
||||
export { ThemeSettings } from './app';
|
||||
|
Reference in New Issue
Block a user