From 678763650be90d6f290392f6b4415a97304db647 Mon Sep 17 00:00:00 2001 From: pplokijuhyg <1162963624@qq.com> Date: Thu, 2 Jan 2020 20:37:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reptile/gufengmh8/picture.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reptile/gufengmh8/picture.js b/bin/reptile/gufengmh8/picture.js index 688ea2d..4ffa8e5 100644 --- a/bin/reptile/gufengmh8/picture.js +++ b/bin/reptile/gufengmh8/picture.js @@ -26,9 +26,9 @@ 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.id + ".html" + let down = 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 } + list = { imghost, chapterPath, chapterImages, pageTitle, pageUrl, prevChapterData, nextChapterData, pageImage,down,upurl } // console.log(list) } })