release: update 4.1.0

This commit is contained in:
xiaoxian521
2023-05-12 14:24:15 +08:00
parent 1038f16783
commit 91f915462a
76 changed files with 4113 additions and 2050 deletions

2
types/global.d.ts vendored
View File

@@ -63,6 +63,7 @@ declare global {
VITE_PUBLIC_PATH: string;
VITE_ROUTER_HISTORY: string;
VITE_CDN: boolean;
VITE_HIDE_HOME: string;
VITE_COMPRESSION: ViteCompression;
}
@@ -96,6 +97,7 @@ declare global {
MenuArrowIconNoTransition?: boolean;
CachingAsyncRoutes?: boolean;
TooltipEffect?: Effect;
ResponsiveStorageNameSpace?: string;
}
/**