mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-10 10:43:41 +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