AMOS 跑道温度范围:城市决策卡头部展示"跑道实况 14.6~15.2℃"
后端: - amos_station_sources.py 新增 runway_temp_range (跑道温度 min,max) - 取所有有效跑道温度的最小值和最大值 前端: - CityCardHeader 新增 observedLabel prop(标签自定义) - 有 AMOS 数据时显示"跑道实况"替代"当前温度" - 温度展示格式:14.6~15.2℃(跑道温度范围) - 无 AMOS 时回退原有 METAR 温度显示
This commit is contained in:
@@ -923,6 +923,7 @@ export interface AmosData {
|
||||
wind_kt?: number | null;
|
||||
temp_source?: string | null;
|
||||
runway_temps?: Array<[number | null, number | null]> | null;
|
||||
runway_temp_range?: [number, number] | null;
|
||||
source?: string | null;
|
||||
source_label?: string | null;
|
||||
icao?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user