移除 Masroor Air Base 机场城市(数据源、别名、时区、前端面板、文档、测试)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
AmandaloveYang
2026-05-11 16:39:04 +08:00
co-authored by Claude Opus 4.7
parent 76b4a5df59
commit 55bb06d213
12 changed files with 8 additions and 48 deletions
+1 -1
View File
@@ -418,7 +418,7 @@ export function getTemperatureChartData(
const minPlausibleObservationTemp = (() => {
const name = String(detail.name || "").trim().toLowerCase();
const icao = String(detail.risk?.icao || "").trim().toUpperCase();
if (name === "karachi" || name === "masroor air base" || icao === "OPKC" || icao === "OPMR") {
if (name === "karachi" || icao === "OPKC") {
return detail.temp_symbol === "°F" ? 41 : 5;
}
return null;