修复图表时间轴不全与城市决策卡模型补齐卡顿

- 后端 Open-Meteo 请求加 past_days=1,小时数据从 00:00 开始
- 前端图表层填充完整 00:00-23:00 时间轴,缺失时段置空
- 城市深度分析门槛从 >1 降为 >=1,单模型城市不再被拦
- hydration 队列加最大重试 3 次,防止永久卡在等待模型补齐
- 移除右侧面板历史对账按钮
This commit is contained in:
2569718930@qq.com
2026-05-16 20:14:05 +08:00
parent b27bedbca3
commit 2e02133696
5 changed files with 37 additions and 38 deletions
@@ -386,6 +386,7 @@ class NwsOpenMeteoSourceMixin:
"daily": "temperature_2m_max,apparent_temperature_max,sunrise,sunset,sunshine_duration",
"timezone": "auto",
"forecast_days": forecast_days,
"past_days": 1,
}
# 显式指定单位,防止 API 默认行为漂移