From 3b0a265e544d8efd2928f892c1705059366ed949 Mon Sep 17 00:00:00 2001 From: soto Date: Thu, 10 Nov 2022 01:16:23 +0900 Subject: [PATCH] =?UTF-8?q?#86=20ADD=20=EF=BC=91=E5=B9=B4=E4=BB=A5?= =?UTF-8?q?=E5=86=85=E3=81=AE=E6=A4=9C=E7=B4=A2=E7=B5=90=E6=9E=9C=E3=82=92?= =?UTF-8?q?=E6=A8=99=E7=A4=BA=E3=81=99=E3=82=8B=E3=83=95=E3=82=A3=E3=83=AB?= =?UTF-8?q?=E3=82=BF=E3=83=BC=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/index.tsx b/web/pages/index.tsx index 12d95d5..dec963a 100644 --- a/web/pages/index.tsx +++ b/web/pages/index.tsx @@ -97,7 +97,7 @@ export default function Search() { const searchQuery = buildSearchQuery(uniqueTexts as []) .split(' ') .join('+'); - open(`https://google.com/search?q=${searchQuery}&lr=lang_ja`); + open(`https://google.com/search?q=${searchQuery}&lr=lang_ja&tbs=qdr:y`); }) .catch((error) => { console.error('通信に失敗しました', error);