This commit is contained in:
NULL
2025-05-27 11:57:16 +08:00
parent 50d7df3869
commit b392a65948
15 changed files with 223 additions and 53 deletions

View File

@@ -85,6 +85,12 @@ class PlanTaskSeeder
'pt_enable' => 0,
'pt_limit' => 10,
],
[
'pt_name' => '生成视频SEO关键词',
'pt_code' => 'GENERATE_VIDEO_SEO_WORDS',
'pt_enable' => 0,
'pt_limit' => 7 * 24 * 3600,
],
];
foreach ($arrDataNovel as $arrPlanTask) {