代码提交

This commit is contained in:
wong
2025-05-02 15:40:11 +08:00
parent f75c5fc310
commit 95246fda4e
7 changed files with 953 additions and 104 deletions

View File

@@ -26,4 +26,5 @@ return [
'allotrule:list' => 'app\command\AllotRuleListCommand', // 分配规则列表 √
'allotrule:autocreate' => 'app\command\AutoCreateAllotRulesCommand', // 自动创建分配规则 √
'content:collect' => 'app\command\ContentCollectCommand', // 内容采集任务 √
'moments:collect' => 'app\command\WechatMomentsCommand', // 朋友圈采集任务
];