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:
+4
-2
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'app_name' => 'PK10 Đua Xe Tốc Độ',
|
||||
'app_name' => 'F1 Đua Xe',
|
||||
'login' => 'Đăng nhập', 'register' => 'Đăng ký', 'logout' => 'Đăng xuất',
|
||||
'username' => 'Tên đăng nhập', 'password' => 'Mật khẩu', 'email' => 'Email',
|
||||
'confirm_password' => 'Xác nhận mật khẩu', 'submit' => 'Gửi', 'cancel' => 'Hủy',
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
'login_failed' => 'Sai tên đăng nhập hoặc mật khẩu',
|
||||
'account_disabled' => 'Tài khoản đã bị vô hiệu hóa',
|
||||
'email_not_verified' => 'Vui lòng xác minh email trước',
|
||||
'pk10_title' => 'PK10 Đua Xe Tốc Độ', 'period' => 'Kỳ',
|
||||
'pk10_title' => 'F1 Đua Xe', 'period' => 'Kỳ',
|
||||
'current_period' => 'Kỳ hiện tại', 'last_result' => 'Kết quả trước',
|
||||
'history' => 'Lịch sử', 'place_bet' => 'Đặt cược', 'my_bets' => 'Cược của tôi',
|
||||
'betting' => 'Đang cược', 'closed' => 'Đã đóng', 'drawing' => 'Đang quay',
|
||||
@@ -69,4 +69,6 @@ return [
|
||||
'sum_bs_big' => 'Tổng tài', 'sum_bs_small' => 'Tổng xỉu',
|
||||
'sum_bs_odd' => 'Tổng lẻ', 'sum_bs_even' => 'Tổng chẵn',
|
||||
'notify_bell' => 'Thông báo',
|
||||
'quick_hint' => 'Nhấn để thêm cược hàng loạt',
|
||||
'bets_added' => ' cược đã thêm',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user