diff --git a/app/src/main/java/com/github/catvod/spider/Notice.java b/app/src/main/java/com/github/catvod/spider/Notice.java index 239f5e22..29967b17 100644 --- a/app/src/main/java/com/github/catvod/spider/Notice.java +++ b/app/src/main/java/com/github/catvod/spider/Notice.java @@ -20,7 +20,7 @@ public class Notice extends Spider { @Override public void init(Context context, String extend) { super.init(context, extend); - String[] splits = extend.split("#"); + String[] splits = extend.split(";"); String text = splits[0]; int duration = splits.length > 1 ? Integer.parseInt(splits[1]) : 30; Init.run(() -> createView(text, duration)); diff --git a/jar/custom_spider.jar b/jar/custom_spider.jar index 29856fb3..47b3331a 100644 Binary files a/jar/custom_spider.jar and b/jar/custom_spider.jar differ diff --git a/jar/custom_spider.jar.md5 b/jar/custom_spider.jar.md5 index 15a5f04d..7e14c33b 100644 --- a/jar/custom_spider.jar.md5 +++ b/jar/custom_spider.jar.md5 @@ -1 +1 @@ -00525bd9b7eaf9976bac9fa981c9bcda +e18bc0418a1fe5f288275132c9d719b3 diff --git a/json/adult.json b/json/adult.json index b522fde9..b8e28a6d 100644 --- a/json/adult.json +++ b/json/adult.json @@ -1,5 +1,5 @@ { - "spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;00525bd9b7eaf9976bac9fa981c9bcda", + "spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;e18bc0418a1fe5f288275132c9d719b3", "wallpaper": "https://gao.chuqiuyu.tk", "sites": [ { diff --git a/json/config.json b/json/config.json index 94bb301d..e062c9dd 100644 --- a/json/config.json +++ b/json/config.json @@ -1,5 +1,5 @@ { - "spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;00525bd9b7eaf9976bac9fa981c9bcda", + "spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;e18bc0418a1fe5f288275132c9d719b3", "wallpaper": "http://饭太硬.ga/深色壁纸/api.php", "sites": [ {