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

@@ -123,6 +123,12 @@ class PlanTaskSeeder
'pt_enable' => 0,
'pt_limit' => 1 * 24 * 3600,
],
[
'pt_name' => '视频缺字段任务池刷新',
'pt_code' => 'REFRESH_VIDEO_METADATA_TASK_POOL',
'pt_enable' => 0,
'pt_limit' => 1 * 24 * 3600,
],