Fix intraday modal races and METAR temperature fallbacks

This commit is contained in:
2569718930@qq.com
2026-04-17 18:05:52 +08:00
parent cdaea8a1f0
commit ce7a037b6d
3 changed files with 25 additions and 30 deletions
-1
View File
@@ -77,7 +77,6 @@ function pickMarkerTemperature(
currentTemp,
detail.airport_current?.temp,
isNmcStation(detail.airport_primary) ? null : detail.airport_primary?.temp,
detail.mgm_nearby?.[0]?.temp,
];
for (const value of candidates) {
const numeric = Number(value);