diff --git a/frontend/lib/dashboard-official-sources.ts b/frontend/lib/dashboard-official-sources.ts index 7b7a67e6..323ff8ed 100644 --- a/frontend/lib/dashboard-official-sources.ts +++ b/frontend/lib/dashboard-official-sources.ts @@ -593,23 +593,6 @@ const CITY_SPECIFIC_SOURCES: Record = { kind: "metar", }, ], - shenzhen: [ - { - label: "NMC 深圳天气", - href: "https://m.nmc.cn/publish/forecast/AGD/shenzuo.html", - kind: "agency", - }, - { - label: "深圳宝安国际机场", - href: "https://www.szairport.com/", - kind: "airport", - }, - { - label: "ZGSZ METAR", - href: "https://aviationweather.gov/data/metar/?id=ZGSZ&decoded=1&taf=1", - kind: "metar", - }, - ], qingdao: [ { label: "Wunderground ZSQD", diff --git a/frontend/lib/scan-market-focus.ts b/frontend/lib/scan-market-focus.ts index 9aa4fd3f..5532bffe 100644 --- a/frontend/lib/scan-market-focus.ts +++ b/frontend/lib/scan-market-focus.ts @@ -89,7 +89,6 @@ const CITY_REGION_FALLBACK: Record = { seoul: "asia_pacific", busan: "asia_pacific", "hong kong": "asia_pacific", - "shenzhen": "asia_pacific", taipei: "asia_pacific", shanghai: "asia_pacific", singapore: "asia_pacific",