From 823faa27902ae8858239bf964bd45387c0848641 Mon Sep 17 00:00:00 2001 From: bietiaop <1527109126@qq.com> Date: Sun, 26 Jan 2025 21:58:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B4=A8=E9=87=8F=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- napcat.webui/src/components/system_info.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/napcat.webui/src/components/system_info.tsx b/napcat.webui/src/components/system_info.tsx index 1d101054..b7de2388 100644 --- a/napcat.webui/src/components/system_info.tsx +++ b/napcat.webui/src/components/system_info.tsx @@ -139,7 +139,8 @@ const NewVersionTip = (props: NewVersionTipProps) => { onConfirm() { window.open( 'https://github.com/NapNeko/NapCatQQ/releases', - '_blank' + '_blank', + 'noopener' ) } })