代码提交

This commit is contained in:
wong
2025-04-29 10:21:47 +08:00
parent 0f995b09cb
commit 75e1699575
6 changed files with 176 additions and 5 deletions

View File

@@ -25,4 +25,5 @@ return [
// 'allotChatroom:run' => 'app\command\AllotChatroomCommand', // 自动分配微信群聊
'allotrule:list' => 'app\command\AllotRuleListCommand', // 分配规则列表 √
'allotrule:autocreate' => 'app\command\AutoCreateAllotRulesCommand', // 自动创建分配规则 √
'content:collect' => 'app\command\ContentCollectCommand', // 内容采集任务 √
];