后台游戏对局实时显示-优化

This commit is contained in:
2026-04-16 16:36:57 +08:00
parent c7149e7058
commit 015d1e4d5b
12 changed files with 499 additions and 212 deletions

View File

@@ -41,6 +41,11 @@ return [
'count' => 1,
'reloadable' => false,
],
'gameLiveTicker' => [
'handler' => app\process\GameLiveTicker::class,
'count' => 1,
'reloadable' => false,
],
// File update detection and automatic reload
'monitor' => [