停止使用puppeteer,换用axios与cheerio。

This commit is contained in:
LiuEnder
2026-03-10 11:24:17 +08:00
parent f9fccd5661
commit ad8bbc715e
4 changed files with 635 additions and 53 deletions

View File

@@ -7,7 +7,8 @@
"start": "node GoldPriceV6cooldown.js"
},
"dependencies": {
"puppeteer-core": "^21.0.0",
"axios": "^1.13.6",
"cheerio": "^1.1.2",
"serverchan-sdk": "^1.0.0"
}
}
}