From 9c434fdbdc5059eafc8d3b0a9404d446a4aaf9f8 Mon Sep 17 00:00:00 2001 From: MOK <69356552+tagcloud-hk@users.noreply.github.com> Date: Sat, 9 May 2026 00:29:37 +0800 Subject: [PATCH] Update map.json --- data/map.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/data/map.json b/data/map.json index c9ce98e..feb1982 100644 --- a/data/map.json +++ b/data/map.json @@ -43,7 +43,8 @@ { "id": "PH", "name": "Philippines (菲律宾)", - "keyword_file": "kw_PH.txt", "states": [ + "keyword_file": "kw_PH.txt", + "states": [ { "id": "Default", "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", "name": "South Korea (韩国)",