/// interface ImportMetaEnv { readonly VITE_CURRENT_THEME: string; // 可以添加其他环境变量的类型定义 } interface ImportMeta { readonly env: ImportMetaEnv; }