feat: 世界杯48强夺冠盘、管理端调赔与项目文档

- 固定48强基准数据、同步种子与后台世界杯夺冠页

- 补全 user_preferences 迁移文件;新增启动指南与默认数据说明

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-03 16:19:36 +08:00
parent 3b739982a1
commit 95abbcb470
17 changed files with 1157 additions and 92 deletions

View File

@@ -13,6 +13,8 @@ Monorepo 项目,包含 NestJS 后端与 Vue 3 三端前端。
## 快速开始
> 完整步骤、环境变量、端口、演示账号与排错见 **[docs/项目启动指南.md](docs/项目启动指南.md)**。
### 1. 启动基础设施
```bash
@@ -58,6 +60,8 @@ API 文档http://localhost:3000/api/docs
| 二级代理 | agent2 | Agent@123 |
| 玩家 | player1 | Player@123 |
更多默认数据赛事、48 强夺冠、余额、Banner 等)见 **[docs/默认数据说明.md](docs/默认数据说明.md)**。
## 项目结构
```