添加附件上传显示提示以及配置项

This commit is contained in:
825299534@qq.com
2025-07-17 11:49:34 +08:00
parent 644af71167
commit c1966414ab
14 changed files with 50 additions and 5 deletions

1
types/config.d.ts vendored
View File

@ -167,6 +167,7 @@ export interface GlobEnvConfig {
VITE_GLOB_DISABLE_NEWS: boolean;
VITE_GLOB_CLOSE_ALERT_DISABLED: boolean;
VITE_GLOB_TENANT_INPUT_REQUIRED: boolean;
VITE_GLOB_UPLOAD_ALERT_TIP?: string;
}
export interface LogoConfig {