From 84b5fef640e7f4c747555f57e5fecee4f8a7a37f Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Sat, 11 Apr 2026 02:38:25 +0000 Subject: [PATCH] =?UTF-8?q?feat(data):=20=E6=96=B0=E5=A2=9E=E6=AC=A7?= =?UTF-8?q?=E6=B4=B2=E6=9E=A2=E7=BA=BD=20=E8=8B=B1=E5=9B=BD(=E4=BC=A6?= =?UTF-8?q?=E6=95=A6)=20=E8=8A=82=E7=82=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8E=E6=9C=AC=E5=9C=9F=E5=8C=96=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E8=AF=8D=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/keywords/kw_UK.txt | 10 ++++++++++ data/regions/UK/Default/London.json | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 data/keywords/kw_UK.txt create mode 100644 data/regions/UK/Default/London.json diff --git a/data/keywords/kw_UK.txt b/data/keywords/kw_UK.txt new file mode 100644 index 0000000..179741d --- /dev/null +++ b/data/keywords/kw_UK.txt @@ -0,0 +1,10 @@ +london weather today +bbc news latest +premier league fixtures +tesco near me +tube map london +uk bank holidays +royal family news +how to make english tea +nhs symptom checker +property for sale in london diff --git a/data/regions/UK/Default/London.json b/data/regions/UK/Default/London.json new file mode 100644 index 0000000..f5a1122 --- /dev/null +++ b/data/regions/UK/Default/London.json @@ -0,0 +1,20 @@ +{ + "region_name": "United Kingdom - London", + "google_module": { + "base_lat": 51.5074, + "base_lon": -0.1278, + "lang_params": "hl=en&gl=GB", + "valid_url_suffix": "co.uk" + }, + "trust_module": { + "white_urls": [ + "https://www.bbc.co.uk/", + "https://www.gov.uk/", + "https://www.amazon.co.uk/", + "https://www.theguardian.com/uk", + "https://www.nhs.uk/", + "https://en.wikipedia.org/wiki/Special:Random", + "https://www.ebay.co.uk/" + ] + } +}