初始化2

This commit is contained in:
2026-07-10 17:33:33 +08:00
parent b51ee98afa
commit 94f6ecf901
59 changed files with 3893 additions and 980 deletions

8
web/.env Normal file
View File

@@ -0,0 +1,8 @@
# 开发环境配置
# 复制此文件为 .env.local 可覆盖本地配置, .env.local 不会被 git 跟踪
# 后端 API 地址(开发代理用)
VITE_API_TARGET=http://127.0.0.1:8075
# 前端端口
VITE_PORT=5173