1.重构实时消息WebSocket连接

2.MySQL备份
This commit is contained in:
2026-04-24 13:49:38 +08:00
parent d69412a0f7
commit fd324f2882
54 changed files with 2396 additions and 2638 deletions

View File

@@ -81,10 +81,10 @@ return [
'连胜奖励' => 'Win streak rewards',
'连胜降低档位' => 'Streak reduction tiers',
'钱包加减点' => 'Wallet adjust',
'测试频道监听' => 'Test channel monitoring',
'推送-对局公共频道' => 'Push: public game period',
'推送-公告广播频道' => 'Push: operation notices',
'推送-用户私有频道' => 'Push: user private',
'测试频道监听' => 'WebSocket channel test',
'接口-当前状态' => 'API: current status',
'接口-下注' => 'API: place bet',
'接口-自动托管' => 'API: auto spin',
'渠道管理' => 'Channel management',
'管理员提现记录' => 'Admin withdraw records',
'管理员钱包' => 'Admin wallets',
@@ -100,7 +100,7 @@ return [
// 部分按钮 title 为动作名game/live 等迁移写入)
'index' => 'View',
'snapshot' => 'Snapshot',
'pushConfig' => 'Push config',
'wsConfig' => 'WebSocket config',
'recordSettings' => 'Period settings',
'createNextManual' => 'Create next period manually',
'periodSettings' => 'Period settings',

View File

@@ -47,7 +47,7 @@ return [
'approve' => '审核通过',
'reject' => '审核驳回',
'snapshot' => '快照',
'pushConfig' => '推送配置',
'wsConfig' => '连接配置',
'recordSettings' => '期次设置',
'createNextManual' => '手动创建下一期',
'periodSettings' => '期号设置',