From 8e85218dd391f5d4b9986fb85943763af559846e Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Wed, 5 Apr 2023 16:38:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'jiekou/shenmanhua.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jiekou/shenmanhua.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jiekou/shenmanhua.js b/jiekou/shenmanhua.js index 943b1fdb..3f9ed055 100644 --- a/jiekou/shenmanhua.js +++ b/jiekou/shenmanhua.js @@ -120,7 +120,7 @@ let yidata = { }); }); lisr_s.forEach((data) => { - d.push({ + d.push({//主页源不需要url title: '‘‘’’'+data.comic_name+' \n最新:'+data.comic_chapter_name+'\n作者:'+data.author_name+'', desc:'‘‘’’分类:'+data.comic_type.join(" | ")+'\n简介:'+data.comic_feature+'' , pic_url: data.feature_img + "@Referer=https://m.taomanhua.com/", @@ -159,7 +159,7 @@ let yidata = { }); }); pdfa(code, 'li.comic-rank-top&&.comic-item').forEach((data, id) => { - d.push({ + d.push({//主页源不需要url title: pdfh(data, 'a&&title').split(',')[0], desc: ':第' + (id + 1) + '名', pic_url: 'https:'+pdfh(data, '.comic-cover&&data-src').replace('-300x400.jpg', '') + "@Referer=https://m.taomanhua.com/", @@ -167,12 +167,12 @@ let yidata = { }); }) pdfa(code, '.rank-comic-list&&.list').forEach(function(data) { - d.push({ + d.push({//主页源不需要url title: '‘‘’’' + pdfh(data, 'h3&&Text') + '     排名: ' + pdfh(data, '.order&&Text') + ' 名    作者:' + pdfh(data, '.comic-author&&Text') + '', desc: '‘‘’’动态:' + pdfh(data, '.clearfix&&.statistics&&Text') + '    分类:' + pdfa(data, '.sort-list&&a').map(datas => pdfh(datas, 'Text')).join(" | ") + '', col_type: 'text_1', extra: { - name: pdfh(data, 'h3&&Text') + name: pdfh(data, 'h3&&Text')//如果上面的title不是单纯的名称可以单独写在附加中 } }); });