From 731695e833dd101d9a5f523d139767ceff9e6209 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: Tue, 9 Sep 2025 00:11:24 +0800
Subject: [PATCH] Task completed
---
components/pages/work-flow/task-info.tsx | 302 ++++++++++++-----------
1 file changed, 153 insertions(+), 149 deletions(-)
diff --git a/components/pages/work-flow/task-info.tsx b/components/pages/work-flow/task-info.tsx
index ae2e1c5..3ec00ca 100644
--- a/components/pages/work-flow/task-info.tsx
+++ b/components/pages/work-flow/task-info.tsx
@@ -248,169 +248,173 @@ export function TaskInfo({
currentLoadingText={currentLoadingText}
/>
- {currentLoadingText.includes('failed') ? (
-
-
- {currentLoadingText}
-
- ) : (
-
- {/* */}
-
- {/* 阶段图标 */}
- setIsStageIconsExpanded(true)}
- onMouseLeave={() => setIsStageIconsExpanded(false)}
- >
-
-
-
+
+ {currentLoadingText}
+
+ ) : (
+
- {/* 背景发光效果 */}
-
- {isPauseWorkFlow ? 'workflow paused' : currentLoadingText}
-
-
- {/* 主文字 - 颜色填充动画 */}
- setIsScriptModalOpen(true)}
- >
-
- {currentLoadingText}
-
-
-
- {/* 动态光点效果 */}
{/* */}
-
- {/* 文字底部装饰线 */}
+
+ {/* 阶段图标 */}
setIsStageIconsExpanded(true)}
+ onMouseLeave={() => setIsStageIconsExpanded(false)}
+ >
+
+
+
+ {/* 背景发光效果 */}
+
+ {isPauseWorkFlow ? 'workflow paused' : currentLoadingText}
+
+
+ {/* 主文字 - 颜色填充动画 */}
+ setIsScriptModalOpen(true)}
+ >
+
+ {currentLoadingText}
+
+
+
+ {/* 动态光点效果 */}
+ {/* */}
+
+ {/* 文字底部装饰线 */}
+
+
+
+
+ {/*
+ */}
+
+ {/* // 跳转剪辑按钮
+ {showGotoCutButton && (
+
+
+
+ )} */}
-
-
- {/*
- */}
-
- {/* // 跳转剪辑按钮
- {showGotoCutButton && (
-
-
-
- )} */}
-
- )}
+ )
+ )
+ }
>
);
}
\ No newline at end of file