From 421395eb867f02f1829e5d20f758fde395acf4a3 Mon Sep 17 00:00:00 2001 From: OoO Date: Tue, 28 Apr 2026 15:19:05 +0800 Subject: [PATCH] =?UTF-8?q?config:=20=E6=9A=AB=E5=81=9C=20valentine=5F520?= =?UTF-8?q?=20=E8=88=87=20labor=5Fday=20=E7=88=AC=E8=9F=B2=EF=BC=88LPN=20?= =?UTF-8?q?=E4=B8=8D=E5=AD=98=E5=9C=A8=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 520 情人節主會場尚未上線(預計 5/10~5/15 momo 才會發布) - 勞動節 momo 歷年無獨立主會場,常合併進春日/桃金日活動 - 清空兩者 lpn_code 避免共用 mothers_day LPN 灌入錯誤標籤資料 - 加註 pause_reason 與 paused_date 供後續 LPN 補回時參考 Co-Authored-By: Claude Opus 4.7 (1M context) --- services/data/crawler_config.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/services/data/crawler_config.json b/services/data/crawler_config.json index 0c8b3dd..003cf2f 100644 --- a/services/data/crawler_config.json +++ b/services/data/crawler_config.json @@ -24,20 +24,24 @@ "name": "2026 母親節促銷爬蟲" }, "valentine_520_2026": { - "enabled": true, + "enabled": false, "schedule_hours": 4, - "lpn_code": "O7ylWdZJHj8", + "lpn_code": "", "activity_name": "520情人節限定購物", "page_type": "valentine_520", - "name": "2026 520 情人節促銷爬蟲" + "name": "2026 520 情人節促銷爬蟲", + "pause_reason": "主會場尚未上線(預計 5/10~5/15),LPN 待補", + "paused_date": "2026-04-28" }, "labor_day_2026": { - "enabled": true, + "enabled": false, "schedule_hours": 4, - "lpn_code": "O7ylWdZJHj8", + "lpn_code": "", "activity_name": "勞動節購物優惠", "page_type": "labor_day", - "name": "2026 勞動節促銷爬蟲" + "name": "2026 勞動節促銷爬蟲", + "pause_reason": "momo 歷年未做獨立勞動節主會場,LPN 不存在", + "paused_date": "2026-04-28" } }, "settings": {