Update Shenzhen NMC source URL and station code

This commit is contained in:
2569718930@qq.com
2026-04-06 07:25:24 +08:00
parent bdc300bdd2
commit cc08839b51
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -564,7 +564,7 @@ const CITY_SPECIFIC_SOURCES: Record<string, OfficialSourceLink[]> = {
},
{
label: "NMC 深圳天气",
href: "https://m.nmc.cn/publish/forecast/AGD/shenzhen.html",
href: "https://m.nmc.cn/publish/forecast/AGD/shenzuo.html",
kind: "agency",
},
{
+2 -2
View File
@@ -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",
},
}