Refine map marker offsets and remove duplicate airport sources
This commit is contained in:
@@ -311,11 +311,6 @@ const CITY_SPECIFIC_SOURCES: Record<string, OfficialSourceLink[]> = {
|
||||
},
|
||||
],
|
||||
shanghai: [
|
||||
{
|
||||
label: "NMC 全国主要机场天气预报",
|
||||
href: "https://www.nmc.cn/publish/weather_forecast/swssr.htm",
|
||||
kind: "agency",
|
||||
},
|
||||
{
|
||||
label: "NMC 浦东天气",
|
||||
href: "https://m.nmc.cn/publish/forecast/ASH/pudong.html",
|
||||
@@ -513,11 +508,6 @@ const CITY_SPECIFIC_SOURCES: Record<string, OfficialSourceLink[]> = {
|
||||
},
|
||||
],
|
||||
chengdu: [
|
||||
{
|
||||
label: "NMC 全国主要机场天气预报",
|
||||
href: "https://www.nmc.cn/publish/weather_forecast/swssr.htm",
|
||||
kind: "agency",
|
||||
},
|
||||
{
|
||||
label: "NMC 双流天气",
|
||||
href: "https://m.nmc.cn/publish/forecast/ASC/shuangliu.html",
|
||||
@@ -535,11 +525,6 @@ const CITY_SPECIFIC_SOURCES: Record<string, OfficialSourceLink[]> = {
|
||||
},
|
||||
],
|
||||
chongqing: [
|
||||
{
|
||||
label: "NMC 全国主要机场天气预报",
|
||||
href: "https://www.nmc.cn/publish/weather_forecast/swssr.htm",
|
||||
kind: "agency",
|
||||
},
|
||||
{
|
||||
label: "NMC 渝北天气",
|
||||
href: "https://m.nmc.cn/publish/forecast/ACQ/yubei.html",
|
||||
@@ -557,11 +542,6 @@ const CITY_SPECIFIC_SOURCES: Record<string, OfficialSourceLink[]> = {
|
||||
},
|
||||
],
|
||||
shenzhen: [
|
||||
{
|
||||
label: "NMC 全国主要机场天气预报",
|
||||
href: "https://www.nmc.cn/publish/weather_forecast/swssr.htm",
|
||||
kind: "agency",
|
||||
},
|
||||
{
|
||||
label: "NMC 深圳天气",
|
||||
href: "https://m.nmc.cn/publish/forecast/AGD/shenzuo.html",
|
||||
@@ -664,11 +644,6 @@ const CITY_SPECIFIC_SOURCES: Record<string, OfficialSourceLink[]> = {
|
||||
},
|
||||
],
|
||||
beijing: [
|
||||
{
|
||||
label: "NMC 全国主要机场天气预报",
|
||||
href: "https://www.nmc.cn/publish/weather_forecast/swssr.htm",
|
||||
kind: "agency",
|
||||
},
|
||||
{
|
||||
label: "NMC 顺义天气",
|
||||
href: "https://m.nmc.cn/publish/forecast/ABJ/shunyi.html",
|
||||
@@ -686,11 +661,6 @@ const CITY_SPECIFIC_SOURCES: Record<string, OfficialSourceLink[]> = {
|
||||
},
|
||||
],
|
||||
wuhan: [
|
||||
{
|
||||
label: "NMC 全国主要机场天气预报",
|
||||
href: "https://www.nmc.cn/publish/weather_forecast/swssr.htm",
|
||||
kind: "agency",
|
||||
},
|
||||
{
|
||||
label: "NMC 武汉天气",
|
||||
href: "https://m.nmc.cn/publish/forecast/AHB/wuhan.html",
|
||||
|
||||
Reference in New Issue
Block a user