From 719cc3782a8aee39b972f2e77d35c5a5d6b2ec37 Mon Sep 17 00:00:00 2001 From: imeepos Date: Mon, 14 Jul 2025 16:37:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=9B=E5=BA=A6=E6=9D=A1=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../VideoClassificationProgress.tsx | 36 ------------------- 1 file changed, 36 deletions(-) diff --git a/apps/desktop/src/components/VideoClassificationProgress.tsx b/apps/desktop/src/components/VideoClassificationProgress.tsx index 93ee00e..3773c3e 100644 --- a/apps/desktop/src/components/VideoClassificationProgress.tsx +++ b/apps/desktop/src/components/VideoClassificationProgress.tsx @@ -217,44 +217,8 @@ export const VideoClassificationProgress: React.FC - {/* 暂停/恢复按钮 */} - - - {/* 停止按钮 */} - - - {/* 状态指示器 */}
状态: {typedQueueStats.status} - {isLoading && ' (操作中...)'}
)}