feat(data): 新增美国加州弗里蒙特 (Fremont) 节点支持

This commit is contained in:
hotyue
2026-05-30 06:14:42 +00:00
parent eb9d2b0d8b
commit ea855d7eae
3 changed files with 27 additions and 9 deletions

View File

@@ -98,3 +98,8 @@ carls jr
trump bank citizenship executive order trump bank citizenship executive order
salman khan salman khan
sơn ngọc minh sơn ngọc minh
Fremont weather today
BART schedule to SF
Silicon Valley news
Tesla Fremont factory
East Bay traffic update

View File

@@ -545,16 +545,10 @@
{ {
"id": "San_Jose", "id": "San_Jose",
"name": "San Jose (圣何塞)" "name": "San Jose (圣何塞)"
} },
]
},
{
"id": "CO",
"name": "Colorado (科罗拉多州)",
"cities": [
{ {
"id": "Boulder", "id": "Fremont",
"name": "Boulder (博尔德)" "name": "Fremont (弗里蒙特)"
} }
] ]
}, },

View File

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