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
+4 -2
View File
@@ -1,6 +1,6 @@
<?php
return [
'app_name' => 'PK10 Speed Racing',
'app_name' => 'F1 Racing',
'login' => 'Mag-login', 'register' => 'Magrehistro', 'logout' => 'Mag-logout',
'username' => 'Username', 'password' => 'Password', 'email' => 'Email',
'confirm_password' => 'Kumpirmahin ang Password', 'submit' => 'Isumite', 'cancel' => 'Kanselahin',
@@ -21,7 +21,7 @@ return [
'login_failed' => 'Mali ang username o password',
'account_disabled' => 'Na-disable ang account',
'email_not_verified' => 'Paki-verify muna ang iyong email',
'pk10_title' => 'PK10 Speed Racing', 'period' => 'Period',
'pk10_title' => 'F1 Racing', 'period' => 'Period',
'current_period' => 'Kasalukuyang Period', 'last_result' => 'Nakaraang Resulta',
'history' => 'Kasaysayan', 'place_bet' => 'Tumaya', 'my_bets' => 'Mga Taya Ko',
'betting' => 'Tumataya', 'closed' => 'Sarado', 'drawing' => 'Hinuhugot',
@@ -68,4 +68,6 @@ return [
'sum_bs_big' => 'Kabuuang Malaki', 'sum_bs_small' => 'Kabuuang Maliit',
'sum_bs_odd' => 'Kabuuang Odd', 'sum_bs_even' => 'Kabuuang Even',
'notify_bell' => 'Abiso',
'quick_hint' => 'I-tap para magdagdag ng batch na taya',
'bets_added' => ' taya naidagdag',
];