增加下载数据到json

This commit is contained in:
编码猿
2025-07-23 23:52:30 +08:00
parent 9f998fc3e7
commit fe9c4137d5
10 changed files with 460 additions and 103 deletions

View File

@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"dev": "node --max-old-space-size=20240 src/index.js",
"http": "node-dev app.js"
"http": "node-dev app.js",
"tj": "node-dev src/tuijian.js"
},
"keywords": [],
"author": "",
@@ -15,4 +16,4 @@
"graphql": "^15.5.0",
"graphql-request": "^3.4.0"
}
}
}