后台游戏对局实时显示-优化
This commit is contained in:
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user