ci(other): cicd
Some checks failed
CI Build & Deploy / build-and-deploy-prod (push) Failing after 3m34s
CI Build & Deploy / build-and-deploy-dev (push) Has been cancelled

This commit is contained in:
2026-01-19 03:12:13 +08:00
commit 17230a9736
158 changed files with 20759 additions and 0 deletions

15
.env.test Normal file
View File

@@ -0,0 +1,15 @@
VITE_PUBLIC_PATH='/'
# 是否启用MOCK
VITE_USE_MOCK=false
# base api
VITE_BASE_API='//test.wanzhuanyongcheng.cn/store'
VITE_ADMIN_API='//test.wanzhuanyongcheng.cn'
# 是否启用压缩
VITE_USE_COMPRESS=true
# 压缩类型
VITE_COMPRESS_TYPE=gzip