This commit is contained in:
FongMi 2023-06-04 12:03:11 +08:00
parent aff3e331b1
commit 1e4e1989e1
6 changed files with 6 additions and 6 deletions

View File

@ -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 "";
}

Binary file not shown.

View File

@ -1 +1 @@
4698f64899d582ca9986f8c45564dd38
de1f015757b7830650e7ee50963a1e0b

View File

@ -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": [
{

View File

@ -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": [
{

View File

@ -1,5 +1,5 @@
{
"msg": "FongMi 天下第一",
"date": "20230604000000",
"msg": "",
"date": "20230607180000",
"duration": 10
}