feat(map): 全球版图正式扩充,集成 VN, NL, ES, CA 节点并修正更新日期

This commit is contained in:
hotyue
2026-04-15 04:36:52 +00:00
parent 3210c8cfcc
commit 1fa2cd10b1

View File

@@ -1,6 +1,6 @@
{
"version": "3.5.0",
"updated_at": "2026-04-14",
"updated_at": "2026-04-15",
"continents": [
{
"id": "ASIA",
@@ -47,6 +47,20 @@
]
}
]
},
{
"id": "VN",
"name": "Vietnam (越南)",
"keyword_file": "kw_VN.txt",
"states": [
{
"id": "Default",
"name": "Default State",
"cities": [
{ "id": "Hanoi", "name": "Hanoi (河内)" }
]
}
]
}
]
},
@@ -95,6 +109,34 @@
]
}
]
},
{
"id": "NL",
"name": "Netherlands (荷兰)",
"keyword_file": "kw_NL.txt",
"states": [
{
"id": "Default",
"name": "Default State",
"cities": [
{ "id": "Amsterdam", "name": "Amsterdam (阿姆斯特丹)" }
]
}
]
},
{
"id": "ES",
"name": "Spain (西班牙)",
"keyword_file": "kw_ES.txt",
"states": [
{
"id": "Default",
"name": "Default State",
"cities": [
{ "id": "Madrid", "name": "Madrid (马德里)" }
]
}
]
}
]
},
@@ -116,8 +158,22 @@
]
}
]
},
{
"id": "CA",
"name": "Canada (加拿大)",
"keyword_file": "kw_CA.txt",
"states": [
{
"id": "Default",
"name": "Default State",
"cities": [
{ "id": "Toronto", "name": "Toronto (多伦多)" }
]
}
]
}
]
}
]
}
}