This commit is contained in:
make
2025-06-03 23:02:57 +08:00
parent 806429f948
commit 499882f1a4
10 changed files with 121 additions and 17 deletions

View File

@@ -46,6 +46,20 @@ class PlanTaskSeeder
],
// [
// 'pt_name' => 'xbiqugu小说全量扫描',
// 'pt_code' => 'PULL_XBIQUGE_NOVEL',
// 'pt_enable' => 0,
// 'pt_limit' => 10 * 24 * 3600 * 3,
// ],
// [
// 'pt_name' => 'xbiqugu小说每日增量',
// 'pt_code' => 'PULL_XBIQUGE_NOVEL_LATEST',
// 'pt_enable' => 0,
// 'pt_limit' => 1 * 24 * 3600,
// ],
[
'pt_name' => '优质资源库全量采集',
'pt_code' => 'PULL_YOU_ZHI_SHI_PIN',