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(); }