From e4ea69430566e98542e4f3c58b7e15132b60b3b0 Mon Sep 17 00:00:00 2001 From: XOF Date: Mon, 15 Dec 2025 03:59:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20templates/index.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 6199903..80358bd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -301,8 +301,8 @@ } } - // 跳转到代理页面 - window.location.href = '/proxy?url=' + encodeURIComponent(url); + // 在新标签页打开代理页面 + window.open('/proxy?url=' + encodeURIComponent(url), '_blank'); }); // 加载统计信息