find review

This commit is contained in:
2022-02-01 16:41:21 +08:00
parent 62eea37625
commit 8e5976f226
5 changed files with 8 additions and 3 deletions

View File

@@ -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