From cc08839b510d81362f7ff48b2f0102bafcce562b Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 6 Apr 2026 07:25:24 +0800 Subject: [PATCH] Update Shenzhen NMC source URL and station code --- frontend/lib/dashboard-official-sources.ts | 2 +- src/data_collection/nmc_sources.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/lib/dashboard-official-sources.ts b/frontend/lib/dashboard-official-sources.ts index dc666339..bfd8af24 100644 --- a/frontend/lib/dashboard-official-sources.ts +++ b/frontend/lib/dashboard-official-sources.ts @@ -564,7 +564,7 @@ const CITY_SPECIFIC_SOURCES: Record = { }, { label: "NMC 深圳天气", - href: "https://m.nmc.cn/publish/forecast/AGD/shenzhen.html", + href: "https://m.nmc.cn/publish/forecast/AGD/shenzuo.html", kind: "agency", }, { diff --git a/src/data_collection/nmc_sources.py b/src/data_collection/nmc_sources.py index e18a8ab9..8b7dec8e 100644 --- a/src/data_collection/nmc_sources.py +++ b/src/data_collection/nmc_sources.py @@ -38,8 +38,8 @@ NMC_CITY_REFERENCES: Dict[str, Dict[str, Any]] = { }, "shenzhen": { "region_label": "深圳", - "page_url": "https://m.nmc.cn/publish/forecast/AGD/shenzhen.html", - "station_code": "59493", + "page_url": "https://m.nmc.cn/publish/forecast/AGD/shenzuo.html", + "station_code": "AhpEU", }, }