修改脚本

This commit is contained in:
qxa 2024-02-21 16:45:38 +08:00
parent 0c11b028f3
commit 7ae4f66019
3 changed files with 32865 additions and 3 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
################################################################################
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
################################################################################
/.vs
/node_modules
/package-lock.json

32856
dist/index.js vendored

File diff suppressed because one or more lines are too long

5
package.json Normal file
View File

@ -0,0 +1,5 @@
{
"dependencies": {
"request": "^2.88.2"
}
}