气温走势图:多模型逐小时预测曲线 + API 新增 models_hourly 字段
city_payloads 新增 models_hourly 包含 per-model hourly_forecasts。LiveTemperatureThresholdChart 渲染多模型曲线替代点预测卡片。CityDetail 类型新增 models_hourly。
This commit is contained in:
@@ -844,6 +844,10 @@ export interface CityDetail {
|
||||
times?: string[];
|
||||
temps?: Array<number | null>;
|
||||
};
|
||||
models_hourly?: {
|
||||
times?: string[];
|
||||
curves?: Record<string, Array<number | null>>;
|
||||
};
|
||||
hourly_next_48h?: HourlySeries;
|
||||
metar_recent_obs?: Array<{
|
||||
time?: string;
|
||||
|
||||
Reference in New Issue
Block a user