feat: add metadata workbench and shared seo rules

This commit is contained in:
root
2026-04-18 20:23:30 +08:00
parent 2ea87050a5
commit cec1fdbc69
44 changed files with 5488 additions and 68 deletions

View File

@@ -11,5 +11,12 @@ return [
'mongo:manage' => 'db\MongoMigrate',
'novel:manage' => 'db\NovelManage',
'bbc:manage' => 'bbc\Init',
'video:metadata:audit' => 'app\\command\\VideoMetadataAuditCommand',
'video:metadata:fill-copy' => 'app\\command\\VideoMetadataCopyFillCommand',
'video:metadata:recrawl-queue' => 'app\\command\\VideoMetadataRecrawlQueueCommand',
'video:metadata:recrawl-run' => 'app\\command\\VideoMetadataRecrawlRunCommand',
'video:metadata:workbench' => 'app\\command\\VideoMetadataMissingWorkbenchCommand',
'video:metadata:task-pool' => 'app\\command\\VideoMetadataMissingTaskPoolCommand',
'plan:seed:video-metadata-missing' => 'app\\command\\VideoMetadataMissingPlanTaskSeedCommand',
],
];