mirror of
https://github.com/hotyue/IP-Sentinel.git
synced 2026-07-20 12:11:43 +08:00
feat(data): 新增美国加州弗里蒙特 (Fremont) 节点支持
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -545,16 +545,10 @@
|
||||
{
|
||||
"id": "San_Jose",
|
||||
"name": "San Jose (圣何塞)"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "CO",
|
||||
"name": "Colorado (科罗拉多州)",
|
||||
"cities": [
|
||||
},
|
||||
{
|
||||
"id": "Boulder",
|
||||
"name": "Boulder (博尔德)"
|
||||
"id": "Fremont",
|
||||
"name": "Fremont (弗里蒙特)"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
19
data/regions/US/CA/Fremont.json
Normal file
19
data/regions/US/CA/Fremont.json
Normal 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/"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user