From 5d5d8629680f9989700538fb25b8ef0162275e87 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 1 Apr 2023 20:05:34 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jiekou/shenmanhua.js b/jiekou/shenmanhua.js index 358aa1b0..3c3e3619 100644 --- a/jiekou/shenmanhua.js +++ b/jiekou/shenmanhua.js @@ -56,8 +56,7 @@ let erdata = { code.forEach(item => { if(item.comic_name.includes(name)){ d.push({ - title: item.comic_name, - desc: item.last_chapter_name,//建议取最新 + title: item.comic_name+'-'+item.last_chapter_name, pic_url: "https://m.taomanhua.com/static/images/favicon.ico@Referer=",//网站图标 url: MY_HOME + item.comic_newid,//原站二级链接 col_type: 'avatar'