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", }, }