fix: 兼容claude ai

This commit is contained in:
ccnetcore
2025-06-27 22:49:08 +08:00
parent 2b07061c18
commit bbedd01a72
3 changed files with 34 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ interface ImportMetaEnv {
readonly VITE_WEB_ENV: string;
readonly VITE_WEB_BASE_API: string;
readonly VITE_API_URL: string;
readonly VITE_BUILD_COMPRESS: string;
}
declare interface ImportMeta {