首尔、釜山不再展示周边站(AMOS 跑道传感器已取代 KMA 站网)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
AmandaloveYang
2026-05-11 18:11:03 +08:00
parent 349f3e53c7
commit c50a057562
+4
View File
@@ -209,6 +209,10 @@ export function pickMapNearbyStations(detail: CityDetail) {
.trim()
.toLowerCase();
if (city === "seoul" || city === "busan") {
return [];
}
if (city === "ankara") {
return pickAnkaraNearbyStations(stations);
}