feat: 新增 YiXinVip 商品价格配置及前端构建压缩环境变量定义

This commit is contained in:
ccnetcore
2025-08-16 00:08:03 +08:00
parent 08fb939b38
commit e60d8eceb7
2 changed files with 21 additions and 24 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;
}