From 33d75925a6d6999f7abe04e8f68123f86d5f2b56 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=E4=BA=9A?= =?UTF-8?q?=E5=A4=AA=E6=9E=A2=E7=BA=BD=20=E6=96=B0=E5=8A=A0=E5=9D=A1=20?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=B8=8E?= =?UTF-8?q?=E6=9C=AC=E5=9C=9F=E5=8C=96=E6=90=9C=E7=B4=A2=E8=AF=8D=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/keywords/kw_SG.txt | 10 ++++++++++ data/regions/SG/Default/Singapore.json | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 data/keywords/kw_SG.txt create mode 100644 data/regions/SG/Default/Singapore.json diff --git a/data/keywords/kw_SG.txt b/data/keywords/kw_SG.txt new file mode 100644 index 00000000..8d8bdf59 --- /dev/null +++ b/data/keywords/kw_SG.txt @@ -0,0 +1,10 @@ +singapore weather forecast +mrt map singapore +straitstimes breaking news +cpf board login +hdb bto launch updates +best chicken rice near me +public holidays sg +singpass login portal +changi airport flight status +iras tax filing diff --git a/data/regions/SG/Default/Singapore.json b/data/regions/SG/Default/Singapore.json new file mode 100644 index 00000000..85d6217d --- /dev/null +++ b/data/regions/SG/Default/Singapore.json @@ -0,0 +1,20 @@ +{ + "region_name": "Singapore - Singapore", + "google_module": { + "base_lat": 1.3521, + "base_lon": 103.8198, + "lang_params": "hl=en-SG&gl=SG", + "valid_url_suffix": "com.sg" + }, + "trust_module": { + "white_urls": [ + "https://www.straitstimes.com/", + "https://www.channelnewsasia.com/", + "https://www.gov.sg/", + "https://shopee.sg/", + "https://en.wikipedia.org/wiki/Special:Random", + "https://www.fairprice.com.sg/", + "https://www.dbs.com.sg/" + ] + } +}