This commit is contained in:
FongMi 2023-10-20 14:19:50 +08:00
parent 8366151bb4
commit 4fd874de11
6 changed files with 19 additions and 3 deletions

View File

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

Binary file not shown.

View File

@ -1 +1 @@
b2c6912d5489526425cc71c596f4606e 7ac31958d0f3fe1961b8f078afea12ed

View File

@ -1,5 +1,5 @@
{ {
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;b2c6912d5489526425cc71c596f4606e", "spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;7ac31958d0f3fe1961b8f078afea12ed",
"wallpaper": "https://gao.chuqiuyu.tk", "wallpaper": "https://gao.chuqiuyu.tk",
"sites": [ "sites": [
{ {

View File

@ -1,5 +1,5 @@
{ {
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;b2c6912d5489526425cc71c596f4606e", "spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;7ac31958d0f3fe1961b8f078afea12ed",
"wallpaper": "http://饭太硬.top/深色壁纸/api.php", "wallpaper": "http://饭太硬.top/深色壁纸/api.php",
"sites": [ "sites": [
{ {

View File

@ -203,5 +203,20 @@
"icon": "https://i.imgs.ovh/2023/10/17/r8nk2.png" "icon": "https://i.imgs.ovh/2023/10/17/r8nk2.png"
} }
] ]
},
{
"name": "本地包",
"list": [
{
"name": "watson",
"url": "https://gh-proxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/zip/js-1019.zip",
"icon": "https://i.imgs.ovh/2023/10/20/2I7XH.jpeg"
},
{
"name": "香雅情",
"url": "https://gh-proxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/zip/XYQTVBox_本地包.zip",
"icon": "https://i.imgs.ovh/2023/10/20/2IO0D.jpeg"
}
]
} }
] ]