refactor: 将全局配置文件 platform-config.json中的ShowModel重命名为TagsStyle,以更准确地反映其语义

This commit is contained in:
xiaoxian521
2025-12-08 19:42:41 +08:00
parent aeb4feb6f9
commit 966efb5088
9 changed files with 36 additions and 34 deletions

6
types/global.d.ts vendored
View File

@@ -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;
};