From f7c6d85247c665aa3c01d57c8ed8797e0f9d58dc Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Wed, 26 Nov 2025 02:32:29 +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 dd5dbe00..51cbe7ac 100644 --- a/app/Services/Cron.php +++ b/app/Services/Cron.php @@ -30,7 +30,7 @@ final class Cron echo "cron开始执行\n\n"; - if ($h % 6 === 0) { + if ($h % 6 === 0 && $i % 3 === 0) { CronBook::randbox_notify(); }