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' ) } })