AMOS 跑道面板仅限首尔/釜山显示,其余城市无真实 AMOS 数据

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
AmandaloveYang
2026-05-11 17:11:57 +08:00
parent 55bb06d213
commit 52ad2dfde4
@@ -655,12 +655,14 @@ export function AiPinnedCityCard({
/>
</div>
<AmosRunwayPanel
amos={detail?.amos}
isEn={isEn}
tempSymbol={tempSymbol}
airportCurrent={detail?.airport_current ?? null}
/>
{(detail?.name === "seoul" || detail?.name === "busan") ? (
<AmosRunwayPanel
amos={detail?.amos}
isEn={isEn}
tempSymbol={tempSymbol}
airportCurrent={detail?.airport_current ?? null}
/>
) : null}
<ModelEvidencePanel detail={detail} isEn={isEn} />
</div>