6.7.0 - Alpha6 - Scrapers 工具打印日志内容兼容窗口宽度不足的情况

This commit is contained in:
SuperMonster003
2025-10-03 16:15:21 +08:00
parent 9b06086a55
commit 9dd55a063d
7 changed files with 217 additions and 45 deletions

View File

@@ -2,10 +2,12 @@
"type": "module",
"dependencies": {
"cheerio": "^1.1.2",
"domhandler": "^5.0.3",
"dotenv": "^17.2.2",
"node-fetch": "^3.3.2",
"puppeteer": "^24.17.1",
"domhandler": "^5.0.3",
"dotenv": "^17.2.2"
"string-width": "^8.1.0",
"strip-ansi": "^7.1.2"
},
"devDependencies": {
"@octokit/types": "^14.1.0"