Skip to content

Commit 5731bf3

Browse files
committed
update:小说加标题,重新编译打包
1 parent 1224020 commit 5731bf3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: nodejs/source/ds-cat.20250120-1.7z

5 Bytes
Binary file not shown.

Diff for: nodejs/src/spider/video/drpyS.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ async function play(_inReq, _outResp) {
248248
if (stags.includes('书')) {
249249
let bookJson = JSON.parse(result.url.replace('novel://', ''));
250250
book.title = bookJson.title;
251-
book.content = book.title + '\n' + bookJson.content;
251+
book.content = book.title + '\n\n' + bookJson.content;
252252
book.header = result.header;
253253
result = book;
254254
}

0 commit comments

Comments
 (0)