feat(data): 新增美洲战区美国科罗拉多州博尔德 (Boulder, CO) 节点,Closes #51

This commit is contained in:
hotyue
2026-05-10 13:50:49 +00:00
parent f23f06025b
commit 8178781dcd
2 changed files with 34 additions and 0 deletions

View File

@@ -523,6 +523,16 @@
}
]
},
{
"id": "CO",
"name": "Colorado (科罗拉多州)",
"cities": [
{
"id": "Boulder",
"name": "Boulder (博尔德)"
}
]
},
{
"id": "FL",
"name": "Florida (佛罗里达州)",

View File

@@ -0,0 +1,24 @@
{
"region_name": "United States - Colorado (Boulder)",
"google_module": {
"base_lat": 40.0150,
"base_lon": -105.2705,
"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/"
]
}
}