[色子游戏]玩家抽奖记录测试数据

This commit is contained in:
2026-03-12 19:21:10 +08:00
parent 7e4ba86afa
commit cc7e2d9a1a
21 changed files with 1712 additions and 4 deletions

View File

@@ -35,6 +35,11 @@ return [
'publicPath' => public_path()
]
],
// 一键测试权重:定时轮询 status=0 的测试记录并执行,不占用 HTTP 资源
'weight_test' => [
'handler' => app\process\WeightTestProcess::class,
'count' => 1,
],
// File update detection and automatic reload
'monitor' => [
'handler' => app\process\Monitor::class,