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

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