add 支持顶部导航

This commit is contained in:
lau
2026-03-09 23:43:53 +08:00
parent 705e68759d
commit 1681a32dbc
10 changed files with 340 additions and 40 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
import type { PropType as VuePropType, ComponentInternalInstance as ComponentInstance } from 'vue';
import { LanguageEnum } from '@/enums/LanguageEnum';
import { NavTypeEnum } from '@/enums/NavTypeEnum';
declare global {
/** vue Instance */
@@ -90,9 +91,9 @@ declare global {
}
declare interface LayoutSetting {
/**
* 是否显示顶部导航
* 默认布局
*/
topNav: boolean;
navType: NavTypeEnum;
/**
* 是否显示多标签导航