feat:基本最终完成

This commit is contained in:
Tianpao
2025-07-03 01:19:27 +08:00
parent 38c0aeb516
commit fa83d5095f
11 changed files with 158 additions and 31 deletions

13
package-lock.json generated
View File

@@ -12,6 +12,7 @@
"adm-zip": "^0.5.16",
"chalk": "^5.4.1",
"cli-progress": "^3.12.0",
"dotenv": "^17.0.1",
"fs-extra": "^11.3.0",
"got": "^14.4.7",
"inquirer": "^12.6.3",
@@ -2524,6 +2525,18 @@
"node": ">=8"
}
},
"node_modules/dotenv": {
"version": "17.0.1",
"resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-17.0.1.tgz",
"integrity": "sha512-GLjkduuAL7IMJg/ZnOPm9AnWKJ82mSE2tzXLaJ/6hD6DhwGfZaXG77oB8qbReyiczNxnbxQKyh0OE5mXq0bAHA==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/download": {
"version": "8.0.0",
"resolved": "https://registry.npmmirror.com/download/-/download-8.0.0.tgz",