Closed wss-git closed 2 years ago
问题定位:
调用 core 的下载方法解压偶现
解决方式: 后面在用 layer 下载方法是支持一个 解压路径的参数,直接使用 core 提供下载方法解压
await core.downloadRequest(url, corePath, { filename, extract: true, strip: 1 });
或者重拾三次
已发布
问题定位:
调用 core 的下载方法解压偶现
解决方式: 后面在用 layer 下载方法是支持一个 解压路径的参数,直接使用 core 提供下载方法解压