feat: 完善描述

This commit is contained in:
ccnetcore
2025-10-18 17:40:46 +08:00
parent 86c5890476
commit f302555e0c
3 changed files with 5 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ interface ImportMetaEnv {
readonly VITE_WEB_ENV: string;
readonly VITE_WEB_BASE_API: string;
readonly VITE_API_URL: string;
readonly VITE_BUILD_COMPRESS: string;
readonly VITE_SSO_SEVER_URL: string;
readonly VITE_APP_VERSION: string;
}