feat(data): 新增美洲战区美国加州安大略 (Ontario, CA) 节点,Closes #55

This commit is contained in:
hotyue
2026-05-13 23:26:10 +00:00
parent 4da4b6e02e
commit 413415f999
2 changed files with 28 additions and 0 deletions

View File

@@ -521,6 +521,10 @@
"id": "Los_Angeles",
"name": "Los Angeles (洛杉矶)"
},
{
"id": "Ontario",
"name": "Ontario (安大略)"
},
{
"id": "San_Jose",
"name": "San Jose (圣何塞)"

View File

@@ -0,0 +1,24 @@
{
"region_name": "United States - California (Ontario)",
"google_module": {
"base_lat": 34.0633,
"base_lon": -117.6509,
"lang_params": "hl=en-US&gl=US",
"valid_url_suffix": "com"
},
"trust_module": {
"white_urls": [],
"static_urls": [
"https://www.usa.gov/",
"https://www.irs.gov/",
"https://www.weather.gov/",
"https://www.chase.com/",
"https://www.indeed.com/",
"https://www.zillow.com/",
"https://www.walmart.com/",
"https://www.target.com/",
"https://www.amazon.com/",
"https://www.homedepot.com/"
]
}
}