This commit is contained in:
FongMi 2023-10-20 14:19:50 +08:00
parent 19ced30d2a
commit 6d82e49d97
3 changed files with 2 additions and 1 deletions

View File

@ -85,6 +85,7 @@ public class Market extends Spider {
Response response = OkHttp.newCall(url);
File file = new File(Path.download(), Uri.parse(url).getLastPathSegment());
download(file, response.body().byteStream(), Double.parseDouble(response.header("Content-Length", "1")));
if (file.getName().endsWith(".zip")) FileUtil.unzip(file, Path.download());
if (file.getName().endsWith(".apk")) FileUtil.openFile(Path.chmod(file));
else Utils.notify("下載完成");
dismiss();

Binary file not shown.

View File

@ -1 +1 @@
b2c6912d5489526425cc71c596f4606e
7ac31958d0f3fe1961b8f078afea12ed