This commit is contained in:
Default
2025-04-21 11:56:50 +08:00
parent 3216cffb5e
commit 65b8710bff
17 changed files with 2432 additions and 55 deletions

View File

@@ -44,6 +44,14 @@ class PlanTaskSeeder
'pt_enable' => 0,
'pt_limit' => 1 * 24 * 3600,
],
[
'pt_name' => '优质资源库全量采集',
'pt_code' => 'PULL_YOU_ZHI_SHI_PIN',
'pt_enable' => 0,
'pt_limit' => 1 * 24 * 3600,
],
];
foreach ($arrDataNovel as $arrPlanTask) {