修改需要打包导出的变量名

This commit is contained in:
yangjiewei
2025-06-05 17:57:37 +08:00
parent e41d0a44ed
commit 488cba91b5
11 changed files with 165 additions and 158 deletions

4
types/config.d.ts vendored
View File

@ -163,8 +163,8 @@ export interface GlobEnvConfig {
//file preview
VITE_GLOB_UPLOAD_PREVIEW?: string;
VITE_GLOB_REPORT_URL: string;
VITE_TENANT_ENABLED: boolean;
VITE_CLOSE_ALERT_DISABLED: boolean;
VITE_GLOB_TENANT_ENABLED: boolean;
VITE_GLOB_CLOSE_ALERT_DISABLED: boolean;
}
export interface LogoConfig {