chore:人工修改屎山

This commit is contained in:
Tianpao
2025-12-27 14:23:34 +08:00
parent 6c3fbf0ae8
commit 03ed0a4cb7
11 changed files with 182 additions and 230 deletions

View File

@@ -1,6 +1,6 @@
import got, { Got } from "got";
import fs from "node:fs"
import { execPromise, fastdownload, xfastdownload } from "../utils/utils.js";
import { execPromise, fastdownload } from "../utils/utils.js";
interface ILatestLoader{
url:string,
@@ -56,7 +56,7 @@ export class Fabric{
const path = this.MTP(e.name)
_downlist.push([`https://bmclapi2.bangbang93.com/maven/${path}`,`${this.path}/libraries/${path}`])
})
await xfastdownload(_downlist)
await fastdownload(_downlist)
}
async installer(){