lujing
This commit is contained in:
parent
29c99aa029
commit
ada01e1d16
@ -45,8 +45,8 @@ let getscript = async (url) => {
|
||||
// text = res.data
|
||||
})
|
||||
return{
|
||||
imghost:scrurl,
|
||||
chapterPath:baseurl,
|
||||
imghost:scrurl.substring(0,scrurl.length - 1),
|
||||
chapterPath:baseurl.substring(1,baseurl.length),
|
||||
chapterImages:imglist
|
||||
}
|
||||
// return list;
|
||||
|
Loading…
Reference in New Issue
Block a user