/// <reference types="vite/client" /> interface ImportMetaEnv { readonly VITE_API_URL_TEST: string readonly VITE_API_URL_PRODUCT: string // 更多环境变量... } interface ImportMeta { readonly env: ImportMetaEnv }