Add Philippines Manila region support

Add Philippines (PH) Manila region

- Added Manila config
- Added PH keyword file
- Updated map.json
This commit is contained in:
MOK
2026-05-09 00:21:39 +08:00
committed by GitHub
parent 518b62444e
commit 8b0abf8d05

View File

@@ -40,6 +40,22 @@
}
]
},
{
"id": "PH",
"name": "Philippines (菲律宾)",
"keyword_file": "kw_PH.txt", "states": [
{
"id": "Default",
"name": "Default State",
"cities": [
{
"id": "Manila",
"name": "Manila (马尼拉)"
}
]
}
]
},
{
"id": "KR",
"name": "South Korea (韩国)",
@@ -558,4 +574,4 @@
]
}
]
}
}