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,