feat:最终成品

This commit is contained in:
Tianpao
2025-07-03 12:29:09 +08:00
parent fa83d5095f
commit ba8c21cd6c
9 changed files with 61 additions and 41 deletions

View File

@@ -27,7 +27,6 @@ export default async function install(
.get(`version/${minecraftversion}/json`)
.json()) as mcinfoX; //获取Minecraft版本JSON
const forgepath = path;
console.log(loaderversion)
const forgedata = (
await gotx.get(
`forge/download?mcversion=${minecraftversion}&version=${loaderversion}&category=installer&format=jar`