From 9115723baee6957857690bbb0cd957a002bb844e Mon Sep 17 00:00:00 2001 From: cmliu Date: Fri, 2 Jan 2026 21:48:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DSingbox=E7=83=AD?= =?UTF-8?q?=E8=A1=A5=E4=B8=81=E5=A4=B1=E8=B4=A5=E6=97=B6=E7=9A=84=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=80=BC=E6=A0=BC=E5=BC=8F=EF=BC=8C=E7=A1=AE=E4=BF=9D?= =?UTF-8?q?=E8=BF=94=E5=9B=9EJSON=E5=AD=97=E7=AC=A6=E4=B8=B2?= 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 8dc6ac4..245f4a4 100644 --- a/_worker.js +++ b/_worker.js @@ -935,7 +935,7 @@ function Singbox订阅配置文件热补丁(sb_json_text) { return JSON.stringify(config, null, 2); } catch (e) { console.error("Singbox热补丁执行失败:", e); - return sb_json_text; + return JSON.stringify(JSON.parse(sb_json_text), null, 2); } }