Fix FutureForecast settlement info

This commit is contained in:
2569718930@qq.com
2026-03-18 00:41:54 +08:00
parent f2547e11b6
commit 15a2fb91d1
3 changed files with 83 additions and 27 deletions
+8 -8
View File
@@ -60,8 +60,8 @@ CITY_REGISTRY = {
},
"hong kong": {
"name": "Hong Kong",
"lat": 22.3080,
"lon": 113.9185,
"lat": 22.3019,
"lon": 114.1742,
"icao": "VHHH",
"settlement_source": "hko",
"tz_offset": 28800,
@@ -69,14 +69,14 @@ CITY_REGISTRY = {
"is_major": True,
"risk_level": "medium",
"risk_emoji": "🟡",
"airport_name": "Hong Kong 国际机场",
"distance_km": 31.0,
"airport_name": "香港天文台总部",
"distance_km": 2.0,
"warning": "海风与地形共同作用,午后对流触发后温度回落可能偏快。",
},
"taipei": {
"name": "Taipei",
"lat": 25.0694,
"lon": 121.5526,
"lat": 25.0377,
"lon": 121.5149,
"icao": "RCSS",
"settlement_source": "cwa",
"tz_offset": 28800,
@@ -84,8 +84,8 @@ CITY_REGISTRY = {
"is_major": True,
"risk_level": "low",
"risk_emoji": "🟢",
"airport_name": "台北松山机场",
"distance_km": 4.0,
"airport_name": "中央气象署台北站",
"distance_km": 1.5,
"warning": "盆地地形叠加都市热岛,夏季午后对流前后温度波动较快。",
},
"shanghai": {