From ea855d7eaee46455771c1afa3be7838a42178a75 Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Sat, 30 May 2026 06:14:42 +0000 Subject: [PATCH] =?UTF-8?q?feat(data):=20=E6=96=B0=E5=A2=9E=E7=BE=8E?= =?UTF-8?q?=E5=9B=BD=E5=8A=A0=E5=B7=9E=E5=BC=97=E9=87=8C=E8=92=99=E7=89=B9?= =?UTF-8?q?=20(Fremont)=20=E8=8A=82=E7=82=B9=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/keywords/kw_US.txt | 5 +++++ data/map.json | 12 +++--------- data/regions/US/CA/Fremont.json | 19 +++++++++++++++++++ 3 files changed, 27 insertions(+), 9 deletions(-) create mode 100644 data/regions/US/CA/Fremont.json diff --git a/data/keywords/kw_US.txt b/data/keywords/kw_US.txt index 11a5819..2a5e240 100644 --- a/data/keywords/kw_US.txt +++ b/data/keywords/kw_US.txt @@ -98,3 +98,8 @@ carls jr trump bank citizenship executive order salman khan sơn ngọc minh +Fremont weather today +BART schedule to SF +Silicon Valley news +Tesla Fremont factory +East Bay traffic update diff --git a/data/map.json b/data/map.json index 0a5b539..70a0f28 100644 --- a/data/map.json +++ b/data/map.json @@ -545,16 +545,10 @@ { "id": "San_Jose", "name": "San Jose (圣何塞)" - } - ] - }, - { - "id": "CO", - "name": "Colorado (科罗拉多州)", - "cities": [ + }, { - "id": "Boulder", - "name": "Boulder (博尔德)" + "id": "Fremont", + "name": "Fremont (弗里蒙特)" } ] }, diff --git a/data/regions/US/CA/Fremont.json b/data/regions/US/CA/Fremont.json new file mode 100644 index 0000000..076f2b3 --- /dev/null +++ b/data/regions/US/CA/Fremont.json @@ -0,0 +1,19 @@ +{ + "region_name": "US - California (Fremont)", + "google_module": { + "base_lat": 37.5485, + "base_lon": -121.9886, + "lang_params": "hl=en-US&gl=US", + "valid_url_suffix": "com" + }, + "trust_module": { + "white_urls": [], + "static_urls": [ + "https://www.fremont.gov/", + "https://www.ca.gov/", + "https://www.sfgate.com/", + "https://www.bart.gov/", + "https://www.mercurynews.com/" + ] + } +}