Refactor GitCode daily bot

This commit is contained in:
2026-07-06 09:34:39 +08:00
parent 120ae7d3f9
commit 77a07aae0a
19 changed files with 2251 additions and 533 deletions

View File

@@ -1,15 +1,20 @@
{
"name": "playwright-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"name": "gitcode-daily-bot",
"version": "2.0.0",
"description": "GitCode 每日任务自动化脚本(重构版)",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node main.js",
"test": "node main.js"
},
"keywords": [],
"author": "",
"keywords": [
"gitcode",
"playwright",
"automation"
],
"license": "ISC",
"dependencies": {
"dotenv": "^17.4.2",
"playwright": "^1.58.2"
}
}