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); } }