feat: CI 流程测试
CI / build-deploy (push) Successful in 4m48s

This commit is contained in:
zzw
2026-07-15 17:50:50 +08:00
parent 9c1512a610
commit 5701781b91
231 changed files with 16848 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
## 开发环境
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
NODE_ENV='test'
VITE_APP_TITLE = '管理平台'
VITE_APP_PORT = 3000
VITE_APP_BASE_API = 'http://api.school.local/'