From 8b0abf8d053ed0f03075e906012231a10180bad3 Mon Sep 17 00:00:00 2001 From: MOK <69356552+tagcloud-hk@users.noreply.github.com> Date: Sat, 9 May 2026 00:21:39 +0800 Subject: [PATCH] Add Philippines Manila region support Add Philippines (PH) Manila region - Added Manila config - Added PH keyword file - Updated map.json --- data/map.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/data/map.json b/data/map.json index fe11158..c9ce98e 100644 --- a/data/map.json +++ b/data/map.json @@ -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 @@ ] } ] -} \ No newline at end of file +}