Update map.json

This commit is contained in:
MOK
2026-05-09 00:29:37 +08:00
committed by GitHub
parent 3c8cd0499e
commit 9c434fdbdc
+19 -1
View File
@@ -43,7 +43,8 @@
{ {
"id": "PH", "id": "PH",
"name": "Philippines (菲律宾)", "name": "Philippines (菲律宾)",
"keyword_file": "kw_PH.txt", "states": [ "keyword_file": "kw_PH.txt",
"states": [
{ {
"id": "Default", "id": "Default",
"name": "Default State", "name": "Default State",
@@ -56,6 +57,23 @@
} }
] ]
}, },
{
"id": "TH",
"name": "Thailand (泰国)",
"keyword_file": "kw_TH.txt",
"states": [
{
"id": "Default",
"name": "Default State",
"cities": [
{
"id": "Bangkok",
"name": "Bangkok (曼谷)"
}
]
}
]
},
{ {
"id": "KR", "id": "KR",
"name": "South Korea (韩国)", "name": "South Korea (韩国)",