From b3eebd286e0951677e1e5ed6111d60702a1723af Mon Sep 17 00:00:00 2001 From: pllx Date: Mon, 4 May 2026 17:59:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E5=B0=B1=E5=AE=9A=E6=97=B6=E6=89=AB?= =?UTF-8?q?=E6=8F=8F=E5=A2=9E=E5=8A=A0=E8=A7=A3=E9=94=81=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/console.php b/routes/console.php index dea9db9..7cb4037 100644 --- a/routes/console.php +++ b/routes/console.php @@ -15,7 +15,7 @@ Schedule::command('messages:purge')->dailyAt('03:00'); Schedule::command('chatroom:auto-save-exp')->everyFiveMinutes(); // 每 10 分钟扫描最近活跃用户的成就进度,夜间再做一次全量补算 -Schedule::command('achievements:scan')->everyTenMinutes()->withoutOverlapping(); +Schedule::command('achievements:scan --notify')->everyTenMinutes()->withoutOverlapping(); Schedule::command('achievements:scan --all')->dailyAt('03:30')->withoutOverlapping(); // 每 1 分钟为 AI小班长 独立模拟一次挂机心跳,触发随机事件