mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(hooks): 状态管理模块拆分
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
export { UserInfo } from './business';
|
||||
export { ThemeSettings, NavMode } from './app';
|
||||
export { ThemeSettings, NavMode } from './theme';
|
||||
|
@ -35,6 +35,7 @@ interface OtherColor {
|
||||
}
|
||||
|
||||
export type NavMode = keyof typeof EnumNavMode;
|
||||
|
||||
type NavTheme = keyof typeof EnumNavTheme;
|
||||
|
||||
interface NavStyle {
|
||||
@ -56,8 +57,6 @@ interface HeaderStyle {
|
||||
}
|
||||
|
||||
interface MenuStyle {
|
||||
/** 折叠菜单 */
|
||||
collapsed: boolean;
|
||||
/** 菜单宽度 */
|
||||
width: number;
|
||||
/** 菜单折叠时的宽度 */
|
Reference in New Issue
Block a user