From a4d71c7e54fed0fe14b1f3cf1179db526e96d1c6 Mon Sep 17 00:00:00 2001 From: hellcat Date: Sat, 7 Mar 2026 16:58:41 +0800 Subject: [PATCH] no message --- app/Services/Cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Cron.php b/app/Services/Cron.php index a7ae64b7..fb38f5eb 100755 --- a/app/Services/Cron.php +++ b/app/Services/Cron.php @@ -62,7 +62,7 @@ final class Cron CronFreenodeFile::clear(); } - if ($h == 12 && $i == 3) { // 中午12点03发布fn的tg + if ($h == 13 && $i == 3) { // 中午12点03发布fn的tg CronFnTgPublish::run(); }