接入香港天文台 HKO + 流浮山 LFS 1分钟实时温度

HKO 公共天气 API 免费无注册,提供 1 分钟温度 CSV。
两个站点加入高频推送,与首尔/釜山同级。

Station: HK Observatory (HKO) 27.0°C, Lau Fau Shan (LFS) 25.9°C
Interval: 60s

Tested: pytest 176 passed, HKO API 实测通过
This commit is contained in:
2569718930@qq.com
2026-05-13 00:33:56 +08:00
parent 7084bdf1ec
commit fe9bf61ad6
5 changed files with 193 additions and 7 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ class StartupCoordinator:
details = {
"mode": "airport-periodic",
"interval_sec": interval,
"cities": ["seoul", "busan", "tokyo", "ankara", "helsinki", "amsterdam", "istanbul", "paris"],
"cities": ["seoul", "busan", "tokyo", "ankara", "helsinki", "amsterdam", "istanbul", "paris", "hong kong", "lau fau shan"],
"chat_targets": len(chat_ids),
"window": "DEB proximity ≤3°C",
}