feat(projects): hybrid layout mode auto select first deepest child menu

This commit is contained in:
paynezhuang
2025-12-03 23:12:38 +08:00
committed by Soybean
parent b8a767d704
commit 9401925f41
9 changed files with 132 additions and 17 deletions

View File

@@ -96,6 +96,8 @@ declare namespace App {
mixCollapsedWidth: number;
/** Child menu width when the layout is 'vertical-mix', 'top-hybrid-sidebar-first', or 'top-hybrid-header-first' */
mixChildMenuWidth: number;
/** Whether to auto select the first submenu */
autoSelectFirstMenu: boolean;
};
/** Footer */
footer: {
@@ -429,6 +431,8 @@ declare namespace App {
mixWidth: string;
mixCollapsedWidth: string;
mixChildMenuWidth: string;
autoSelectFirstMenu: string;
autoSelectFirstMenuTip: string;
};
footer: {
title: string;