feat: 重构代码架构 + 新增报表/跟单/输赢统计功能

- 拆分 HomeController → TransactionController, ReportWebController, FollowPlanController
- 新增 Service 层: TransactionService, ReportService, FollowPlanService
- pk10.php JS 抽离为 4 个独立文件 (sound/race/bet/poll)
- 前台新增报表查询页面 (/report) + 跟单计划页面 (/follow-plan)
- 后台新增跟单计划管理 + 用户输赢明细统计
- 封盘状态显示倒计时 (x:xx)
- 音效仅在开奖弹窗打开时播放
- 路由按模块分组整理
- autoload 支持 App\Services 命名空间
This commit is contained in:
li
2026-03-27 18:41:06 +08:00
parent 48cfe4be04
commit 4a94fe36cf
87 changed files with 8681 additions and 646 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
--danger:#FF4444;--success:#4CAF50;--warn:#FF9800;
--text:#333;--text2:#666;--text3:#999;--border:#E5E5E5;
--shadow:0 2px 12px rgba(0,0,0,.08);--radius:16px;--radius-sm:12px;
--c1:#e74c3c;--c2:#3498db;--c3:#2ecc71;--c4:#f39c12;--c5:#9b59b6;
--c6:#1abc9c;--c7:#e67e22;--c8:#e91e63;--c9:#00bcd4;--c10:#8bc34a;
--c1:#f1c40f;--c2:#3498db;--c3:#555555;--c4:#e67e22;--c5:#2ecc71;
--c6:#2c3e99;--c7:#999999;--c8:#e74c3c;--c9:#cc2222;--c10:#27ae60;
--nav-h:60px;
}
*{box-sizing:border-box;margin:0;padding:0}