Merge branch 'feature/fsgx' into queue

This commit is contained in:
apple
2026-03-28 12:37:51 +08:00
19 changed files with 839 additions and 140 deletions

View File

@@ -25,5 +25,6 @@ return [
'holiday_gift_push_task' => \app\command\HolidayGiftPushTask::class,
'hjf:release-points' => \app\command\HjfReleasePoints::class,
'hjf:patch-rewards' => \app\command\HjfPatchMissingRewards::class,
'hjf:verify-agent-config' => \app\command\HjfVerifyAgentConfig::class,
],
];