feat(data): 新增非洲战区 - 尼日利亚 (Nigeria, NG) 节点支持 (closes #38)

This commit is contained in:
hotyue
2026-04-27 10:38:00 +00:00
parent 49090f1b97
commit bff49cd2b9
4 changed files with 70 additions and 1 deletions

View File

@@ -402,6 +402,29 @@
]
}
]
},
{
"id": "AFRICA",
"name": "非洲战区 (Africa)",
"countries": [
{
"id": "NG",
"name": "Nigeria (尼日利亚)",
"keyword_file": "kw_NG.txt",
"states": [
{
"id": "Default",
"name": "Default State",
"cities": [
{
"id": "Lagos",
"name": "Lagos (拉各斯)"
}
]
}
]
}
]
}
]
}