From 8178781dcdb25fa840c815e794f47be315bfde5e Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Sun, 10 May 2026 13:50:49 +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=88=98=E5=8C=BA=E7=BE=8E=E5=9B=BD=E7=A7=91=E7=BD=97?= =?UTF-8?q?=E6=8B=89=E5=A4=9A=E5=B7=9E=E5=8D=9A=E5=B0=94=E5=BE=B7=20(Bould?= =?UTF-8?q?er,=20CO)=20=E8=8A=82=E7=82=B9=EF=BC=8CCloses=20#51?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/map.json | 10 ++++++++++ data/regions/US/CO/Boulder.json | 24 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 data/regions/US/CO/Boulder.json diff --git a/data/map.json b/data/map.json index 6ed1cc0..5b34a95 100644 --- a/data/map.json +++ b/data/map.json @@ -523,6 +523,16 @@ } ] }, + { + "id": "CO", + "name": "Colorado (科罗拉多州)", + "cities": [ + { + "id": "Boulder", + "name": "Boulder (博尔德)" + } + ] + }, { "id": "FL", "name": "Florida (佛罗里达州)", diff --git a/data/regions/US/CO/Boulder.json b/data/regions/US/CO/Boulder.json new file mode 100644 index 0000000..352e04d --- /dev/null +++ b/data/regions/US/CO/Boulder.json @@ -0,0 +1,24 @@ +{ + "region_name": "United States - Colorado (Boulder)", + "google_module": { + "base_lat": 40.0150, + "base_lon": -105.2705, + "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/" + ] + } +}