From 05df45fa620242c9131f09add6948559b9313e93 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, 5 Aug 2025 19:25:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A8=A1=E5=BC=8F=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=AE=A1=E7=90=86=EF=BC=8C=E4=BC=98=E5=8C=96=E6=9A=82?= =?UTF-8?q?=E5=81=9C/=E6=92=AD=E6=94=BE=E6=8C=89=E9=92=AE=E9=80=BB?= =?UTF-8?q?=E8=BE=91=EF=BC=8C=E6=B7=BB=E5=8A=A0=E2=80=9C=E4=B8=8B=E4=B8=80?= =?UTF-8?q?=E6=AD=A5=E2=80=9D=E6=8C=89=E9=92=AE=E4=BB=A5=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=89=8B=E5=8A=A8=E6=A8=A1=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow.tsx | 31 +++++++++++++------ .../pages/work-flow/use-workflow-data.tsx | 2 ++ 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/components/pages/work-flow.tsx b/components/pages/work-flow.tsx index 0bb85bf..80f3461 100644 --- a/components/pages/work-flow.tsx +++ b/components/pages/work-flow.tsx @@ -10,7 +10,7 @@ import { MediaViewer } from "./work-flow/media-viewer"; import { ThumbnailGrid } from "./work-flow/thumbnail-grid"; import { useWorkflowData } from "./work-flow/use-workflow-data"; import { usePlaybackControls } from "./work-flow/use-playback-controls"; -import { AlertCircle, RefreshCw, Pause, Play } from "lucide-react"; +import { AlertCircle, RefreshCw, Pause, Play, ChevronLast } from "lucide-react"; import { motion } from "framer-motion"; import { GlassIconButton } from '@/components/ui/glass-icon-button'; @@ -42,6 +42,7 @@ export default function WorkFlow() { setCurrentSketchIndex, retryLoadData, isPauseWorkFlow, + mode, setIsPauseWorkFlow, } = useWorkflowData(); @@ -214,14 +215,26 @@ export default function WorkFlow() { {/* 暂停/播放按钮 */} -