This commit is contained in:
example
2025-09-05 16:47:39 +08:00
parent 0f02b69794
commit a55b13a8a9
11 changed files with 1498 additions and 2 deletions

View File

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