mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-28 16:43:22 +08:00
feat: The accordion mode of the menu is configurable
This commit is contained in:
@@ -77,6 +77,8 @@ interface Preference {
|
||||
logo: string;
|
||||
/** logo是否可见 */
|
||||
logoVisible: boolean;
|
||||
/** 导航菜单手风琴模式 */
|
||||
navigationAccordion: boolean;
|
||||
/** 导航菜单是否切割,只在 layout=mixed-nav 生效 */
|
||||
navigationSplit: boolean;
|
||||
/** 导航菜单风格 */
|
||||
|
||||
Reference in New Issue
Block a user