FIX SITE MAP

This commit is contained in:
Default
2025-04-24 01:18:17 +08:00
parent 7494188846
commit 8754bbc58e
11 changed files with 571 additions and 84 deletions

View File

@@ -52,6 +52,13 @@ class PlanTaskSeeder
'pt_enable' => 0,
'pt_limit' => 1 * 24 * 3600,
],
[
'pt_name' => '生成网站地图',
'pt_code' => 'GENERATE_SITE_MAP',
'pt_enable' => 0,
'pt_limit' => 1 * 24 * 3600,
],
];
foreach ($arrDataNovel as $arrPlanTask) {