/// interface ImportMetaEnv { readonly VITE_API_BASE_URL?: string // 在这里可以继续补充其他 VITE_ 前缀的环境变量 } interface ImportMeta { readonly env: ImportMetaEnv }