From 3210c8cfcc750399fa0999720cac8a674e51e946 Mon Sep 17 00:00:00 2001 From: hotyue <52734432+hotyue@users.noreply.github.com> Date: Wed, 15 Apr 2026 04:35:22 +0000 Subject: [PATCH] =?UTF-8?q?data(VN):=20=E6=96=B0=E5=A2=9E=E8=B6=8A?= =?UTF-8?q?=E5=8D=97=20(Vietnam)=20=E6=88=98=E5=8C=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=B8=8E=E6=A0=B8=E5=BF=83=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/keywords/kw_VN.txt | 15 +++++++++++++++ data/regions/VN/Default/Hanoi.json | 20 ++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 data/keywords/kw_VN.txt create mode 100644 data/regions/VN/Default/Hanoi.json diff --git a/data/keywords/kw_VN.txt b/data/keywords/kw_VN.txt new file mode 100644 index 0000000..067c685 --- /dev/null +++ b/data/keywords/kw_VN.txt @@ -0,0 +1,15 @@ +VnExpress +Zing News +Thời tiết Hà Nội +Giá vàng hôm nay +Shopee VN +Tiki +Vietjet Air +Vietnam Airlines +Bóng đá trực tuyến +Lịch thi đấu Euro +Xổ số miền Bắc +Grab Vietnam +VTV Go +Học tiếng Anh +Du lịch Đà Lạt diff --git a/data/regions/VN/Default/Hanoi.json b/data/regions/VN/Default/Hanoi.json new file mode 100644 index 0000000..62316d0 --- /dev/null +++ b/data/regions/VN/Default/Hanoi.json @@ -0,0 +1,20 @@ +{ + "region_name": "Vietnam - Hanoi", + "google_module": { + "base_lat": 21.0285, + "base_lon": 105.8542, + "lang_params": "hl=vi&gl=VN", + "valid_url_suffix": "vn" + }, + "trust_module": { + "white_urls": [ + "https://vi.wikipedia.org/wiki/Đặc_biệt:Ngẫu_nhiên", + "https://chinhphu.vn/", + "https://vnexpress.net/", + "https://tuoitre.vn/", + "https://vtv.vn/", + "https://shopee.vn/", + "https://tiki.vn/" + ] + } +}