This commit is contained in:
make
2025-05-15 00:51:58 +08:00
parent 4c0d1eb985
commit c524f9b6b6
6 changed files with 436 additions and 2 deletions

View File

@@ -73,6 +73,12 @@ class PlanTaskSeeder
'pt_enable' => 0,
'pt_limit' => 1 * 24 * 3600,
],
[
'pt_name' => '生成视频网站地图',
'pt_code' => 'GENERATE_VIDEO_SITE_MAP',
'pt_enable' => 0,
'pt_limit' => 1 * 24 * 3600,
],
[
'pt_name' => '自定义爬虫任务触发',
'pt_code' => 'CUSTOM_CRAWLER',