mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-21 15:00:28 +08:00
refactor: 将全局配置文件 platform-config.json中的ShowModel重命名为TagsStyle,以更准确地反映其语义
This commit is contained in:
6
types/global.d.ts
vendored
6
types/global.d.ts
vendored
@@ -102,7 +102,7 @@ declare global {
|
||||
SidebarStatus?: boolean;
|
||||
EpThemeColor?: string;
|
||||
ShowLogo?: boolean;
|
||||
ShowModel?: string;
|
||||
TagsStyle?: string;
|
||||
MenuArrowIconNoTransition?: boolean;
|
||||
CachingAsyncRoutes?: boolean;
|
||||
TooltipEffect?: Effect;
|
||||
@@ -142,7 +142,7 @@ declare global {
|
||||
themeColor?: string;
|
||||
themeMode?: string;
|
||||
showLogo?: boolean;
|
||||
showModel?: string;
|
||||
tagsStyle?: string;
|
||||
menuSearchHistory?: number;
|
||||
mapConfigure?: {
|
||||
amapKey?: string;
|
||||
@@ -177,7 +177,7 @@ declare global {
|
||||
hideTabs?: boolean;
|
||||
hideFooter?: boolean;
|
||||
showLogo?: boolean;
|
||||
showModel?: string;
|
||||
tagsStyle?: string;
|
||||
multiTagsCache?: boolean;
|
||||
stretch?: boolean | number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user