mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-07 01:01:09 +08:00
.
This commit is contained in:
@@ -71,7 +71,6 @@ export class JsonUtil {
|
||||
if (this.zip) {
|
||||
let zip = await ZipLoader.load(pathZip);
|
||||
for (let key in zip.files) {
|
||||
let f = zip.files[key];
|
||||
let name = key.replace(".json", "");
|
||||
data.set(name, ZipLoader.getJson(pathZip, `${name}.json`));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user