find review
This commit is contained in:
@@ -22,7 +22,7 @@ let getcontlist = async (text) => {
|
||||
|
||||
let gethtml = async (name, page) => {
|
||||
name = qs.escape(name)
|
||||
let url = `https://www.gufengmh8.com/search/?keywords=${name}&page=${page}`
|
||||
let url = `https://www.gufengmh9.com/search/?keywords=${name}&page=${page}`
|
||||
// console.log(url)
|
||||
let text = ""
|
||||
await axios.get(url).then((a) => {
|
||||
@@ -38,6 +38,7 @@ let gethtml = async (name, page) => {
|
||||
// console.log(error)
|
||||
}
|
||||
list = {name:"古风漫画",list}
|
||||
console.log(list)
|
||||
return list
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user