diff --git a/bin/reptile/gufengmh8/picture.js b/bin/reptile/gufengmh8/picture.js index 8a3f29a..688ea2d 100644 --- a/bin/reptile/gufengmh8/picture.js +++ b/bin/reptile/gufengmh8/picture.js @@ -26,8 +26,8 @@ let getscript = async (url) => { // nextChapterData 下一页信息 // 页面地址为 基础url + 页信息.id // console.log({ imghost, chapterPath, chapterImages, pageTitle, pageUrl, prevChapterData, nextChapterData, pageImage }) - let nexturl = pageUrl.replace("https://www.gufengmh8.com","") + nextChapterData + ".html" - let upurl = pageUrl.replace("https://www.gufengmh8.com","") + prevChapterData + ".html" + let nexturl = pageUrl.replace("https://www.gufengmh8.com","") + nextChapterData.id + ".html" + let upurl = pageUrl.replace("https://www.gufengmh8.com","") + prevChapterData.id + ".html" list = { imghost, chapterPath, chapterImages, pageTitle, pageUrl, prevChapterData, nextChapterData, pageImage,nexturl,upurl } // console.log(list) }