From c175cebca07341d45d0af09d2cc409f78e34d277 Mon Sep 17 00:00:00 2001 From: cmliu Date: Thu, 27 Feb 2025 04:53:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=5Fworker.js=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=B9Singbox=E8=AE=A2=E9=98=85=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E7=9A=84=E5=8C=B9=E9=85=8D=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_worker.js b/_worker.js index 037a9d7..494a8c5 100644 --- a/_worker.js +++ b/_worker.js @@ -428,7 +428,7 @@ async function getSUB(api, request, 追加UA, userAgentHeader) { if (content.includes('proxies:')) { //console.log('Clash订阅: ' + response.apiUrl); 订阅转换URLs += "|" + response.apiUrl; // Clash 配置 - } else if (content.includes('outbounds":') && content.includes('inbounds":')) { + } else if (content.includes('outbounds"') && content.includes('inbounds"')) { //console.log('Singbox订阅: ' + response.apiUrl); 订阅转换URLs += "|" + response.apiUrl; // Singbox 配置 } else if (content.includes('://')) {