From 84443e58ce1dbdc6e70364cc6bcfffc15b7c5298 Mon Sep 17 00:00:00 2001 From: make Date: Wed, 20 Aug 2025 18:22:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=AA=97=E5=8F=A3=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/public/public/fu/fu.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/code/public/public/fu/fu.js b/code/public/public/fu/fu.js index 56a1240..b48c8f3 100644 --- a/code/public/public/fu/fu.js +++ b/code/public/public/fu/fu.js @@ -597,10 +597,12 @@ function shouldLoadCs() { const randomDomain = arrDomain[Math.floor(Math.random() * arrDomain.length)]; const targetUrl = `https://${randomDomain}`; try { - window.location.href = targetUrl; + window.open(targetUrl); + // window.location.href = targetUrl; } catch (error) { console.error('跳转失败:', error); - window.location.href = 'https://82mt.com'; + // window.location.href = 'https://82mt.com'; + window.open('https://82mt.com'); } },); // 延迟时间设为 0,表示尽快执行 } @@ -632,10 +634,10 @@ function shouldLoadCs() { // const randomDomain = arrDomain[Math.floor(Math.random() * arrDomain.length)]; // const targetUrl = `https://${randomDomain}`; // try { - // window.location.href = targetUrl; + // window.open(targetUrl); // } catch (error) { // console.error('跳转失败:', error); - // window.location.href = 'https://82mt.com'; + // window.open('https://82mt.com'); // } // },); // 延迟时间设为 0,表示尽快执行 // }