From 67618587e485fffbb3a47b06790e3f27cd26247b Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Thu, 16 Apr 2026 06:32:42 +0000 Subject: [PATCH] =?UTF-8?q?feat(data):=20=E6=96=B0=E5=A2=9E=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E6=95=B0=E6=8D=AE=20-=20=E5=8A=A0=E6=8B=BF=E5=A4=A7?= =?UTF-8?q?=E8=92=99=E7=89=B9=E5=88=A9=E5=B0=94=20(CA,=20Montreal)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/regions/CA/Default/Montreal.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/regions/CA/Default/Montreal.json diff --git a/data/regions/CA/Default/Montreal.json b/data/regions/CA/Default/Montreal.json new file mode 100644 index 0000000..7ebdea1 --- /dev/null +++ b/data/regions/CA/Default/Montreal.json @@ -0,0 +1,17 @@ +{ + "region_name": "Canada - Montreal", + "google_module": { + "base_lat": 45.5017, + "base_lon": -73.5673, + "lang_params": "hl=en&gl=CA", + "valid_url_suffix": "ca" + }, + "trust_module": { + "white_urls": [ + "https://en.wikipedia.org/wiki/Special:Random", + "https://www.cbc.ca/", + "https://www.amazon.ca/", + "https://www.theweathernetwork.com/ca" + ] + } +}