feat: v1.2.0
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
mol
2023-12-13 18:54:37 +08:00
parent d03ffb0cfc
commit 901f127b8a
20 changed files with 824 additions and 63 deletions

11
package-lock.json generated
View File

@ -9,7 +9,8 @@
"version": "1.2.0",
"dependencies": {
"dayjs": "^1.11.7",
"mirai-js": "^2.8.11"
"mirai-js": "^2.8.11",
"node-csv": "^0.1.2"
},
"devDependencies": {
"dotenv": "^16.1.1"
@ -125,6 +126,14 @@
"ws": "^8.8.1"
}
},
"node_modules/node-csv": {
"version": "0.1.2",
"resolved": "https://registry.npmmirror.com/node-csv/-/node-csv-0.1.2.tgz",
"integrity": "sha512-QA+1yt3/EU2nqNPP0WocDlwdV6e4ECXdmpfLlNHR1OERM/kuEJ63TAhGJqvMsxm2xyfQwtOX4BWJQMdd96WM4Q==",
"engines": {
"node": ">=0.2.2"
}
},
"node_modules/ws": {
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",