mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
修改删除日志逻辑
This commit is contained in:
@@ -54,7 +54,7 @@ const CronLogModal = ({
|
||||
log &&
|
||||
!logEnded(log) &&
|
||||
!log.includes('重启面板') &&
|
||||
!log.includes('任务未运行或运行失败,请尝试手动运行'),
|
||||
!log.includes('任务未运行'),
|
||||
);
|
||||
setExecuting(hasNext);
|
||||
autoScroll();
|
||||
|
||||
Reference in New Issue
Block a user