不知名提交

This commit is contained in:
2025-12-13 20:53:50 +08:00
parent c147502b4d
commit 1221d6faf1
120 changed files with 11005 additions and 1092 deletions

View File

@@ -0,0 +1,13 @@
# React 构建时环境变量
# 用于 Docker 构建
# API URL - 在 Docker 环境下,前端和后端在同一个容器
# 使用相对路径,这样前端会自动使用当前域名
REACT_APP_API_URL=
# 应用信息
REACT_APP_NAME=InfoGenie
REACT_APP_VERSION=1.0.0
# 调试模式(生产环境关闭)
REACT_APP_DEBUG=false