|
|
@ -56,7 +56,7 @@ let erdata = { |
|
|
|
code.forEach(item => { |
|
|
|
code.forEach(item => { |
|
|
|
if(item.comic_name.includes(name)){ |
|
|
|
if(item.comic_name.includes(name)){ |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: item.comic_name+'-'+item.last_chapter_name, |
|
|
|
title: item.comic_name==name?item.last_chapter_name:item.comic_name,//名称等于当前显示为更新状态
|
|
|
|
pic_url: "https://m.taomanhua.com/static/images/favicon.ico@Referer=",//网站图标
|
|
|
|
pic_url: "https://m.taomanhua.com/static/images/favicon.ico@Referer=",//网站图标
|
|
|
|
url: MY_HOME + item.comic_newid,//原站二级链接
|
|
|
|
url: MY_HOME + item.comic_newid,//原站二级链接
|
|
|
|
col_type: 'avatar' |
|
|
|
col_type: 'avatar' |
|
|
|