From aa204e731e6949afe8b23bf244fec4d6f0b16c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Sun, 17 Aug 2025 17:35:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E4=BC=98=E5=8C=96=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E9=80=BB=E8=BE=91=E4=BB=A5=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=9B=B4=E7=81=B5=E6=B4=BB=E7=9A=84=E6=9D=A1=E4=BB=B6=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pages/work-flow.tsx b/components/pages/work-flow.tsx index bfe7e94..a4bc0f0 100644 --- a/components/pages/work-flow.tsx +++ b/components/pages/work-flow.tsx @@ -197,7 +197,7 @@ const WorkFlow = React.memo(function WorkFlow() { tooltip={isPauseWorkFlow ? "Play" : "Pause"} onClick={() => setIsPauseWorkFlow(!isPauseWorkFlow)} /> - { mode !== 'automatic' && ( + { !mode.includes('auto') && (