diff --git a/bin/reptile/177mh_net/picture.js b/bin/reptile/177mh_net/picture.js index d9f6b27..416417e 100644 --- a/bin/reptile/177mh_net/picture.js +++ b/bin/reptile/177mh_net/picture.js @@ -64,11 +64,12 @@ let getscript = async (url) => { if(webpshow == 1){ chapterImages = chapterImages.map(x => x + ".webp") } - list = { chapterImages , imghost:qianzso ,chapterPath:"" } - // console.log(list) + list = { chapterImages , imghost:qianzso ,chapterPath:"",fanpa:{head:{"Referer": "https://www.177mh.net"}} } + console.log(list) return list; } -getscript('/201804/385855.html') -module.exports = getscript \ No newline at end of file +// getscript('/201008/167494.html') +module.exports = getscript +