feat(data): 建立韩国 (KR) 战区拓扑,新增首尔节点信标及本土化高频活体词库

This commit is contained in:
hotyue
2026-04-19 14:23:50 +00:00
parent bd26f1011d
commit a5f2fb53ed
3 changed files with 57 additions and 0 deletions

View File

@@ -22,6 +22,14 @@
{ "id": "Default", "name": "Default State", "cities": [ { "id": "Singapore", "name": "Singapore (新加坡)" } ] }
]
},
{
"id": "KR",
"name": "South Korea (韩国)",
"keyword_file": "kw_KR.txt",
"states": [
{ "id": "Default", "name": "Default State", "cities": [ { "id": "Seoul", "name": "Seoul (首尔)" } ] }
]
},
{
"id": "HK",
"name": "Hong Kong (香港)",