预热城市列表扩展到 33 城:覆盖全部机场推送城市

- 原 19 城缺少 amsterdam/helsinki/lau fau shan 及 11 个美国城市
- 导致这些城市 detail API 冷启动时 OM 缓存未命中,hourly 数据为空,温度曲线图无法渲染 DEB 路径
This commit is contained in:
2569718930@qq.com
2026-05-17 18:34:51 +08:00
parent 55099c3dd8
commit ff6d6c550f
+14
View File
@@ -34,6 +34,20 @@ DEFAULT_CITIES = [
"london",
"paris",
"madrid",
"amsterdam",
"helsinki",
"lau fau shan",
"new york",
"los angeles",
"chicago",
"denver",
"atlanta",
"miami",
"san francisco",
"houston",
"dallas",
"austin",
"seattle",
]
_RUNTIME_LOCK = threading.Lock()