mirror of
https://github.com/hotyue/IP-Sentinel.git
synced 2026-08-28 11:37:46 +08:00
feat(map): 更新全球战区拓扑,挂载考文垂与蒙特利尔节点索引
This commit is contained in:
+16
-2
@@ -57,7 +57,14 @@
|
|||||||
"name": "United Kingdom (英国)",
|
"name": "United Kingdom (英国)",
|
||||||
"keyword_file": "kw_UK.txt",
|
"keyword_file": "kw_UK.txt",
|
||||||
"states": [
|
"states": [
|
||||||
{ "id": "Default", "name": "Default State", "cities": [ { "id": "London", "name": "London (伦敦)" } ] }
|
{
|
||||||
|
"id": "Default",
|
||||||
|
"name": "Default State",
|
||||||
|
"cities": [
|
||||||
|
{ "id": "London", "name": "London (伦敦)" },
|
||||||
|
{ "id": "Coventry", "name": "Coventry (考文垂)" }
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -160,7 +167,14 @@
|
|||||||
"name": "Canada (加拿大)",
|
"name": "Canada (加拿大)",
|
||||||
"keyword_file": "kw_CA.txt",
|
"keyword_file": "kw_CA.txt",
|
||||||
"states": [
|
"states": [
|
||||||
{ "id": "Default", "name": "Default State", "cities": [ { "id": "Toronto", "name": "Toronto (多伦多)" } ] }
|
{
|
||||||
|
"id": "Default",
|
||||||
|
"name": "Default State",
|
||||||
|
"cities": [
|
||||||
|
{ "id": "Toronto", "name": "Toronto (多伦多)" },
|
||||||
|
{ "id": "Montreal", "name": "Montreal (蒙特利尔)" }
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user