feat:模组加载器更改

This commit is contained in:
Tianpao
2025-09-21 23:37:47 +08:00
parent b5441f941d
commit b359fc881e
6 changed files with 127 additions and 20 deletions

View File

@@ -25,6 +25,8 @@ export class Dex {
this._unzip(buffer,mpname),
platform(plat).downloadfile(this.in,`./instance/${mpname}`)
])
this.ws.send(JSON.stringify({ status: "changed", result: undefined })); //改变状态
//await this._unzip(buffer);
}
@@ -64,6 +66,5 @@ export class Dex {
index++
}
/* 解压完成 */
this.ws.send(JSON.stringify({ status: "changed", result: undefined }));
}
}