feat:检测是否安装Java fix:修复彩色字体无法显示

This commit is contained in:
Tianpao
2025-07-24 11:22:01 +08:00
parent 777d8e43aa
commit 9f9cfc3e17
5 changed files with 29 additions and 25 deletions

15
package-lock.json generated
View File

@@ -10,7 +10,6 @@
"license": "ISC",
"dependencies": {
"adm-zip": "^0.5.16",
"chalk": "^5.4.1",
"cli-progress": "^3.12.0",
"dotenv": "^17.0.1",
"fs-extra": "^11.3.0",
@@ -18,6 +17,7 @@
"inquirer": "^12.6.3",
"p-map": "^7.0.3",
"p-retry": "^6.2.1",
"picocolors": "^1.1.1",
"smol-toml": "^1.4.1",
"yauzl": "^3.2.0"
},
@@ -1937,18 +1937,6 @@
"node": ">=4"
}
},
"node_modules/chalk": {
"version": "5.4.1",
"resolved": "https://registry.npmmirror.com/chalk/-/chalk-5.4.1.tgz",
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
"license": "MIT",
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/chardet": {
"version": "0.7.0",
"resolved": "https://registry.npmmirror.com/chardet/-/chardet-0.7.0.tgz",
@@ -4873,7 +4861,6 @@
"version": "1.1.1",
"resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
"dev": true,
"license": "ISC"
},
"node_modules/picomatch": {