From 5ecf01cd52caf30362326da26d7ef74a812cb569 Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Sat, 9 May 2026 01:46:13 +0000 Subject: [PATCH] =?UTF-8?q?feat(data):=20=E5=9C=A8=E9=9B=B7=E8=BE=BE?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E4=B8=AD=E6=B3=A8=E5=86=8C=E6=BE=B3=E9=97=A8?= =?UTF-8?q?=E6=88=98=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/map.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/data/map.json b/data/map.json index 72400f9..0390ade 100644 --- a/data/map.json +++ b/data/map.json @@ -276,6 +276,23 @@ } ] }, + { + "id": "MO", + "name": "Macau (澳门)", + "keyword_file": "kw_MO.txt", + "states": [ + { + "id": "Default", + "name": "Default State", + "cities": [ + { + "id": "Macau", + "name": "Macau (澳门)" + } + ] + } + ] + }, { "id": "VN", "name": "Vietnam (越南)",