feat(data): 新增美洲战区 - 德克萨斯州休斯顿 (Houston, TX) 节点支持
This commit is contained in:
@@ -312,6 +312,10 @@
|
|||||||
{
|
{
|
||||||
"id": "Dallas",
|
"id": "Dallas",
|
||||||
"name": "Dallas (达拉斯)"
|
"name": "Dallas (达拉斯)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Houston",
|
||||||
|
"name": "Houston (休斯顿)"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
30
data/regions/US/TX/Houston.json
Normal file
30
data/regions/US/TX/Houston.json
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"region_name": "USA - Houston",
|
||||||
|
"google_module": {
|
||||||
|
"base_lat": 29.7604,
|
||||||
|
"base_lon": -95.3698,
|
||||||
|
"lang_params": "hl=en-US&gl=US",
|
||||||
|
"valid_url_suffix": "com"
|
||||||
|
},
|
||||||
|
"trust_module": {
|
||||||
|
"white_urls": [
|
||||||
|
"https://www.houstonchronicle.com/",
|
||||||
|
"https://www.khou.com/",
|
||||||
|
"https://www.click2houston.com/",
|
||||||
|
"https://www.ridemetro.org/",
|
||||||
|
"https://www.houstontx.gov/",
|
||||||
|
"https://www.rice.edu/",
|
||||||
|
"https://www.uh.edu/",
|
||||||
|
"https://www.visithoustontexas.com/",
|
||||||
|
"https://www.mdanderson.org/",
|
||||||
|
"https://www.nasa.gov/"
|
||||||
|
],
|
||||||
|
"static_urls": [
|
||||||
|
"https://www.houstontx.gov/",
|
||||||
|
"https://www.houstonchronicle.com/",
|
||||||
|
"https://www.rice.edu/",
|
||||||
|
"https://www.mdanderson.org/",
|
||||||
|
"https://www.nasa.gov/"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user