世界杯预测系统 v1.0.0 - 初始版本

This commit is contained in:
2026-06-28 15:57:43 +08:00
commit 7a290ef4f7
11 changed files with 2530 additions and 0 deletions

11
start.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# 世界杯预测系统启动脚本
cd "$(dirname "$0")"
# 安装依赖
pip3 install -r backend/requirements.txt -q
# 启动服务
echo "Starting World Cup Predictor on port 16015..."
python3 backend/app.py