修复
This commit is contained in:
parent
dfedbb97ec
commit
678763650b
@ -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)
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user