fix: 质量检查

This commit is contained in:
bietiaop
2025-01-26 21:58:04 +08:00
parent ef4248d2a3
commit 823faa2790

View File

@@ -139,7 +139,8 @@ const NewVersionTip = (props: NewVersionTipProps) => {
onConfirm() { onConfirm() {
window.open( window.open(
'https://github.com/NapNeko/NapCatQQ/releases', 'https://github.com/NapNeko/NapCatQQ/releases',
'_blank' '_blank',
'noopener'
) )
} }
}) })