diff --git a/data/map.json b/data/map.json index a16e2e5..f20693c 100644 --- a/data/map.json +++ b/data/map.json @@ -312,6 +312,10 @@ { "id": "Dallas", "name": "Dallas (达拉斯)" + }, + { + "id": "Houston", + "name": "Houston (休斯顿)" } ] } diff --git a/data/regions/US/TX/Houston.json b/data/regions/US/TX/Houston.json new file mode 100644 index 0000000..c44cfac --- /dev/null +++ b/data/regions/US/TX/Houston.json @@ -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/" + ] + } +} \ No newline at end of file