修改删除日志逻辑

This commit is contained in:
whyour
2023-02-27 23:25:08 +08:00
parent 6c34045a48
commit c285026339
5 changed files with 57 additions and 4 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ const CronLogModal = ({
log &&
!logEnded(log) &&
!log.includes('重启面板') &&
!log.includes('任务未运行或运行失败,请尝试手动运行'),
!log.includes('任务未运行'),
);
setExecuting(hasNext);
autoScroll();