feat: 添加全局配置MaxTagsLevel属性,可设置打开标签页最大数

This commit is contained in:
xiaoxian521
2024-04-16 19:34:57 +08:00
parent abd042afe8
commit d1d2bcaa11
3 changed files with 12 additions and 0 deletions

1
types/global.d.ts vendored
View File

@@ -87,6 +87,7 @@ declare global {
FixedHeader?: boolean;
HiddenSideBar?: boolean;
MultiTagsCache?: boolean;
MaxTagsLevel?: number;
KeepAlive?: boolean;
Locale?: string;
Layout?: string;