mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-11 03:03:42 +08:00
feat(projects): 导航栏模式配置:界面实现及主题配置布局调整
This commit is contained in:
@@ -34,7 +34,7 @@ interface OtherColor {
|
||||
error: string;
|
||||
}
|
||||
|
||||
type NavMode = keyof typeof EnumNavMode;
|
||||
export type NavMode = keyof typeof EnumNavMode;
|
||||
type NavTheme = keyof typeof EnumNavTheme;
|
||||
|
||||
interface NavStyle {
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export { UserInfo } from './business';
|
||||
export { ThemeSettings } from './app';
|
||||
export { ThemeSettings, NavMode } from './app';
|
||||
|
||||
Reference in New Issue
Block a user