This commit is contained in:
pplokijuhyg 2020-01-06 19:57:58 +08:00
parent 00166f9df4
commit 4a018c3f3e

View File

@ -64,11 +64,12 @@ let getscript = async (url) => {
if(webpshow == 1){ if(webpshow == 1){
chapterImages = chapterImages.map(x => x + ".webp") chapterImages = chapterImages.map(x => x + ".webp")
} }
list = { chapterImages , imghost:qianzso ,chapterPath:"" } list = { chapterImages , imghost:qianzso ,chapterPath:"",fanpa:{head:{"Referer": "https://www.177mh.net"}} }
// console.log(list) console.log(list)
return list; return list;
} }
getscript('/201804/385855.html') // getscript('/201008/167494.html')
module.exports = getscript module.exports = getscript