初始化提交

This commit is contained in:
2025-12-13 21:35:46 +08:00
parent 487457e0a9
commit 4573a21f88
54 changed files with 20690 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# 环境配置文件示例
# 复制此文件为 .env 并修改相应的值
# Flask 配置
FLASK_APP=app.py
FLASK_ENV=development
FLASK_DEBUG=True
# 服务器配置
HOST=0.0.0.0
PORT=5000
# CORS 配置(前端地址)
FRONTEND_URL=http://localhost:3000