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