🎉 initial commit

This commit is contained in:
2025-09-15 23:55:27 +08:00
commit ea42900d01
82 changed files with 21972 additions and 0 deletions

10
.env.development Normal file
View File

@@ -0,0 +1,10 @@
# 开发环境配置
VITE_NODE_ENV='development'
# 开发环境
VITE_APP_BASE_API='/api'
# 网络请求公用地址
VITE_API_BASE_URL=''