perf: 同步完整版分支代码

This commit is contained in:
xiaoxian521
2021-12-17 15:09:02 +08:00
parent 97388aa47f
commit 7bc50662b9
8 changed files with 160 additions and 51 deletions

1
types/global.d.ts vendored
View File

@@ -69,6 +69,7 @@ declare global {
VITE_PROXY_DOMAIN: string;
VITE_PROXY_DOMAIN_REAL: string;
VITE_ROUTER_HISTORY: string;
VITE_LEGACY: boolean;
}
declare interface ServerConfigs {