From d45bdd1e7a0909437a85ca5a7aacbe7e3582edf4 Mon Sep 17 00:00:00 2001 From: jevons0411 Date: Wed, 7 Sep 2022 14:55:45 +0800 Subject: [PATCH] Update SrcJyXunmi.js --- SrcJyXunmi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJyXunmi.js b/SrcJyXunmi.js index 04c44d39..d432f339 100644 --- a/SrcJyXunmi.js +++ b/SrcJyXunmi.js @@ -80,7 +80,7 @@ function xunmi(name,data,ishkss) { } biuhtml = biuhtml.replace(reg, function(word) { return /^\/{2,}/.test(word) || /^\/\*/.test(word) ? "" : word; - }).replace(/^.*#.*$/mg,""); + }).replace(/^.*#.*$/mg,"").replace(/[\t\r\n]/g,''); let biujson = JSON.parse(biuhtml); let biudata = {}; biudata.url = biujson.url;