项目迁移
Some checks failed
CI/CD / Code Check (push) Has been cancelled
CI/CD / Build Windows (push) Has been cancelled

This commit is contained in:
2026-03-14 21:11:59 +08:00
commit 4654f36202
153 changed files with 55923 additions and 0 deletions

12
front/.env Normal file
View File

@@ -0,0 +1,12 @@
# 前端环境变量配置
# API服务地址
VITE_API_HOST=localhost
VITE_API_PORT=37019
# WebSocket服务地址
VITE_WS_HOST=localhost
VITE_WS_PORT=37019
# 构建模式
NODE_ENV=development