云服务推送

This commit is contained in:
not-like-juvenile
2026-02-27 16:02:44 +08:00
parent 065f12b16a
commit 427010f7db
16 changed files with 2144 additions and 5 deletions

View File

@@ -7,9 +7,11 @@
"start": "node push-server.js"
},
"dependencies": {
"archiver": "^7.0.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"node-fetch": "^2.6.12"
"form-data": "^4.0.5",
"node-fetch": "^2.7.0"
}
}