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 27eec92e..83156c5c 100644 --- a/app/src/main/java/com/github/catvod/spider/Notice.java +++ b/app/src/main/java/com/github/catvod/spider/Notice.java @@ -49,7 +49,7 @@ public class Notice extends Spider { duration = object.optInt("duration", 30); String date = object.optString("date"); boolean show = msg.length() > 0 && (date.isEmpty() || new Date().after(sdf.parse(date))); - if (show) Init.run(this::createView); + if (show) Init.run(this::createView, 500); return ""; } diff --git a/jar/custom_spider.jar b/jar/custom_spider.jar index af21fce3..0c2a683f 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 fdad02a0..a61fa1ad 100644 --- a/jar/custom_spider.jar.md5 +++ b/jar/custom_spider.jar.md5 @@ -1 +1 @@ -4698f64899d582ca9986f8c45564dd38 +de1f015757b7830650e7ee50963a1e0b diff --git a/json/adult.json b/json/adult.json index 46ac12a4..391d98e5 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;4698f64899d582ca9986f8c45564dd38", + "spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;de1f015757b7830650e7ee50963a1e0b", "wallpaper": "https://gao.chuqiuyu.tk", "sites": [ { diff --git a/json/config.json b/json/config.json index 694f0c66..89509314 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;4698f64899d582ca9986f8c45564dd38", + "spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;de1f015757b7830650e7ee50963a1e0b", "wallpaper": "http://饭太硬.ga/深色壁纸/api.php", "sites": [ { diff --git a/json/notice.json b/json/notice.json index 6c4019be..97069ed5 100644 --- a/json/notice.json +++ b/json/notice.json @@ -1,5 +1,5 @@ { - "msg": "FongMi 天下第一", - "date": "20230604000000", + "msg": "", + "date": "20230607180000", "duration": 10 } \ No newline at end of file