feat: 项目结构重构优化

This commit is contained in:
Ray.Hao
2025-12-26 12:35:37 +08:00
parent 65ad4fe59f
commit aa374dd2ba
164 changed files with 11305 additions and 3103 deletions

3
types/env.d.ts vendored
View File

@@ -8,6 +8,9 @@ interface ImportMetaEnv {
readonly VITE_APP_NAME: string;
readonly VITE_APP_BASE_API: string;
readonly VITE_APP_API_URL: string;
readonly VITE_APP_TITLE?: string;
readonly VITE_APP_TENANT_ENABLED?: string;
readonly VITE_ENABLE_AI_ASSISTANT?: string;
readonly VITE_MOCK_DEV_SERVER: boolean;
}