首尔、釜山不再展示周边站(AMOS 跑道传感器已取代 KMA 站网)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
349f3e53c7
commit
c50a057562
@@ -209,6 +209,10 @@ export function pickMapNearbyStations(detail: CityDetail) {
|
|||||||
.trim()
|
.trim()
|
||||||
.toLowerCase();
|
.toLowerCase();
|
||||||
|
|
||||||
|
if (city === "seoul" || city === "busan") {
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
|
||||||
if (city === "ankara") {
|
if (city === "ankara") {
|
||||||
return pickAnkaraNearbyStations(stations);
|
return pickAnkaraNearbyStations(stations);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user