From 756510bdf2b0fd5e0435c71d2d3f1aeae2a15a5c Mon Sep 17 00:00:00 2001
From: src48597962 <48597962@qq.com>
Date: Fri, 23 Aug 2024 20:55:41 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SrcJuying.js | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/SrcJuying.js b/SrcJuying.js
index d24cbf68..4cdf64be 100644
--- a/SrcJuying.js
+++ b/SrcJuying.js
@@ -544,7 +544,6 @@ function dianboerji() {
play = JSON.parse(request(dataObj.surl+'&flag='+dataObj.sname+"&extend="+dataObj.sext+'&play='+vipUrl));
}
let data = JSON.parse(play.url.replace('novel://',''));
- log(data);
let d = [];
d.push({
title: '' + data.title + '',
@@ -554,7 +553,7 @@ function dianboerji() {
}
});
d.push({
- title: data.content.replace(/( ){1,}/g, ' '),
+ title: data.content.replace(/( ){1,}/g, ' ').replace(/\\n/g, "
"),
col_type: "rich_text",
extra: {
textSize: 18,