From dbec283a7f3840f5ce72ba46078a0c4b58f1aac5 Mon Sep 17 00:00:00 2001 From: Kisechan Date: Sat, 8 Mar 2025 16:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=A4=96=E9=83=A8=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E6=89=93=E5=BC=80=E6=96=B9=E5=BC=8F=EF=BC=8C=E4=BB=8E?= =?UTF-8?q?=E6=96=B0=E7=AA=97=E5=8F=A3=E6=94=B9=E4=B8=BA=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E7=AA=97=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/NavBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 1be4993..0014e4d 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -49,7 +49,7 @@ const isDarkMode = ref(false); // 打开外部链接 const goToBlog = () => { - window.open("https://blog.kisechan.space", "_blank"); + window.open("https://blog.kisechan.space", "_self"); }; // 打开内部链接(当前页面)