项目初始化

This commit is contained in:
Stev_Wang
2025-12-22 23:51:21 +08:00
commit 4a97b964ac
64 changed files with 8371 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 生产环境配置
# 游戏服务端API配置使用Vite代理
VITE_GAME_API_URL=/game-api/tool/http
# 后端API基础URL
VITE_API_BASE_URL=/api
# 应用标题
VITE_APP_TITLE=梦幻西游Web管理系统
# 应用版本
VITE_APP_VERSION=1.0.0