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