/// /** * ImportMetaEnv */ interface ImportMetaEnv { /** * 接口地址 */ readonly VITE_API_BASE_URL: string // 更多环境变量... }