feat: 完成cicd流水线

This commit is contained in:
ccnetcore
2025-06-19 01:02:08 +08:00
parent 890727d495
commit 899bd7e316
5 changed files with 133 additions and 86 deletions

View File

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