no message

This commit is contained in:
hellcat 2025-07-19 11:09:44 +08:00
parent 0e845c62c3
commit 80ad02bd80

View File

@ -61,7 +61,8 @@ class CronController
}
// 暂停
$option = Option::where("type", "pause")->first();
// $option = Option::where("type", "pause")->first();
$option = Option::_hit("pause");
$isPause = $option ? $option->value : null;
if ($isPause == 1 && $isTest !== 1) {
exit("暂停");