From f0f054c8cdca6a3cedf7eba13f1c1468b5cfdd47 Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Sat, 25 Apr 2026 00:36:07 +0000 Subject: [PATCH] =?UTF-8?q?feat(data):=20=E6=89=A9=E5=AE=B9=E7=BE=8E?= =?UTF-8?q?=E5=9B=BD=E5=BE=97=E5=85=8B=E8=90=A8=E6=96=AF=E5=B7=9E=20(Texas?= =?UTF-8?q?/Dallas)=20=E9=83=A8=E7=BD=B2=E5=9D=90=E6=A0=87=E4=B8=8E?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=9F=BA=E5=BB=BA=20(Resolves=20#33)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/map.json | 10 ++++++++ data/regions/US/TX/Dallas.json | 45 ++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 data/regions/US/TX/Dallas.json diff --git a/data/map.json b/data/map.json index 6f22e92..0c23074 100644 --- a/data/map.json +++ b/data/map.json @@ -304,6 +304,16 @@ "name": "Seattle (西雅图)" } ] + }, + { + "id": "TX", + "name": "Texas (得克萨斯州)", + "cities": [ + { + "id": "Dallas", + "name": "Dallas (达拉斯)" + } + ] } ] }, diff --git a/data/regions/US/TX/Dallas.json b/data/regions/US/TX/Dallas.json new file mode 100644 index 0000000..801f591 --- /dev/null +++ b/data/regions/US/TX/Dallas.json @@ -0,0 +1,45 @@ +{ + "region_name": "United States - Dallas", + "google_module": { + "base_lat": 32.7767, + "base_lon": -96.7970, + "lang_params": "hl=en&gl=US", + "valid_url_suffix": "com" + }, + "trust_module": { + "white_urls": [ + "https://www.dallasnews.com/", + "https://www.texas.gov/", + "https://www.wfaa.com/", + "https://www.nbcdfw.com/", + "https://www.fox4news.com/", + "https://www.dallascityhall.com/", + "https://www.cnn.com/", + "https://www.foxnews.com/", + "https://www.nytimes.com/", + "https://www.wsj.com/", + "https://www.usatoday.com/", + "https://www.amazon.com/", + "https://www.walmart.com/", + "https://www.target.com/", + "https://www.chase.com/", + "https://www.bankofamerica.com/", + "https://www.wellsfargo.com/", + "https://www.zillow.com/", + "https://www.espn.com/", + "https://www.weather.com/" + ], + "static_urls": [ + "https://www.texas.gov/", + "https://www.dallasnews.com/", + "https://www.cnn.com/", + "https://www.foxnews.com/", + "https://www.nytimes.com/", + "https://www.amazon.com/", + "https://www.walmart.com/", + "https://www.target.com/", + "https://www.chase.com/", + "https://www.bankofamerica.com/" + ] + } +}