From 3fb71e2a60a852910b76cbedfa08714027116db4 Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Wed, 6 May 2026 13:55:55 +0000 Subject: [PATCH] =?UTF-8?q?feat(data):=20=E6=96=B0=E5=A2=9E=E7=BE=8E?= =?UTF-8?q?=E6=B4=B2=E6=A0=B8=E5=BF=83=E6=95=B0=E6=8D=AE=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E8=8A=82=E7=82=B9=EF=BC=8C=E8=A6=86=E7=9B=96=E4=BA=9A=E5=88=A9?= =?UTF-8?q?=E6=A1=91=E9=82=A3=E5=B7=9E=E5=87=A4=E5=87=B0=E5=9F=8E=20(Phoen?= =?UTF-8?q?ix,=20AZ)=20(closes=20#45)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/map.json | 10 ++++++++++ data/regions/US/AZ/Phoenix.json | 1 + 2 files changed, 11 insertions(+) create mode 100644 data/regions/US/AZ/Phoenix.json diff --git a/data/map.json b/data/map.json index e5df81a..7f03ca4 100644 --- a/data/map.json +++ b/data/map.json @@ -335,6 +335,16 @@ } ] }, + { + "id": "AZ", + "name": "Arizona (亚利桑那州)", + "cities": [ + { + "id": "Phoenix", + "name": "Phoenix (凤凰城)" + } + ] + }, { "id": "TX", "name": "Texas (得克萨斯州)", diff --git a/data/regions/US/AZ/Phoenix.json b/data/regions/US/AZ/Phoenix.json new file mode 100644 index 0000000..e0ac1ad --- /dev/null +++ b/data/regions/US/AZ/Phoenix.json @@ -0,0 +1 @@ +{ "region_name": "United States - Arizona (Phoenix)", "google_module": { "base_lat": 33.4484, "base_lon": -112.0740, "lang_params": "hl=en-US&gl=US", "valid_url_suffix": "com" }, "trust_module": { "white_urls": [], "static_urls": [ "https://www.usa.gov/", "https://www.irs.gov/", "https://www.weather.gov/", "https://www.chase.com/", "https://www.indeed.com/", "https://www.zillow.com/", "https://www.walmart.com/", "https://www.target.com/", "https://www.amazon.com/", "https://www.homedepot.com/" ] } }