perf: modify showLogo type: from string to Boolean

This commit is contained in:
lrl
2021-12-29 22:45:18 +08:00
parent 34eda14473
commit e61d6109d7
6 changed files with 13 additions and 13 deletions

2
types/global.d.ts vendored
View File

@@ -88,7 +88,7 @@ declare global {
HideTabs?: boolean;
SidebarStatus?: boolean;
EpThemeColor?: string;
ShowLogo?: string;
ShowLogo?: boolean;
ShowModel?: string;
MapConfigure?: {
amapKey?: string;