perf: http

This commit is contained in:
1332987
2024-03-12 23:08:08 +08:00
parent 73a347f34f
commit 52ab1f8a33
7 changed files with 97 additions and 33 deletions

1
types/global.d.ts vendored
View File

@@ -61,6 +61,7 @@ declare global {
VITE_CDN: boolean;
VITE_HIDE_HOME: string;
VITE_COMPRESSION: ViteCompression;
VITE_APP_BASE_API: string;
}
/**