mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
feat(projects): new layout,tab and add update theme settings
This commit is contained in:
4
src/typings/system.d.ts
vendored
4
src/typings/system.d.ts
vendored
@@ -92,6 +92,10 @@ declare namespace Theme {
|
||||
followSystemTheme: boolean;
|
||||
/** 布局样式 */
|
||||
layout: Layout;
|
||||
/** 滚动模式 */
|
||||
scrollMode: UnionKey.ThemeScrollMode;
|
||||
/** 滚动模式列表 */
|
||||
scrollModeList: Common.OptionWithKey<UnionKey.ThemeScrollMode>[];
|
||||
/** 主题颜色 */
|
||||
themeColor: string;
|
||||
/** 主题颜色列表 */
|
||||
|
||||
Reference in New Issue
Block a user