feat: import dxxw script

This commit is contained in:
2026-06-07 13:47:28 +08:00
commit c7f74b50eb
4 changed files with 1428 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "dxxw",
"version": "1.0.0",
"description": "大象新闻积分脚本",
"main": "dxxw.js",
"scripts": {
"check": "node --check dxxw.js"
},
"dependencies": {
"axios": "^1.13.2"
},
"optionalDependencies": {
"socks-proxy-agent": "^8.0.5"
},
"engines": {
"node": ">=16"
}
}