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

@@ -29,7 +29,7 @@ let getcontlist = async (text) => {
let gethtml = async (name) => {
name = qs.escape(name)
let url = `https://so.177mh.net/k.php?k=${name}`
let url = `https://so.77mh.in/k.php?k=${name}`
// console.log(url)
let text = ""
await axios.get(url).then((a) => {
@@ -45,6 +45,7 @@ let gethtml = async (name) => {
// console.log(error)
}
list = {name:"新新漫画",list}
console.log(list)
return list