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/" ] } }