From 73425598445aa5392a991e575434da228cfbb79e Mon Sep 17 00:00:00 2001 From: MOK <69356552+tagcloud-hk@users.noreply.github.com> Date: Sat, 9 May 2026 00:42:48 +0800 Subject: [PATCH] Update map.json --- data/map.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/data/map.json b/data/map.json index 06e60d5..8491512 100644 --- a/data/map.json +++ b/data/map.json @@ -140,6 +140,23 @@ } ] }, + { + "id": "IN", + "name": "India (印度)", + "keyword_file": "kw_IN.txt", + "states": [ + { + "id": "Default", + "name": "Default State", + "cities": [ + { + "id": "Delhi", + "name": "Delhi (新德里)" + } + ] + } + ] + }, { "id": "KR", "name": "South Korea (韩国)",