From 59237f1098c4853fae26ec78cadfd003aaa7f1da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Thu, 21 May 2026 21:29:33 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=8C=B9=E9=85=8D=E7=B4=A0=E6=9D=90?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=A7=BB=E5=88=B0=E4=B8=8A=E4=BC=A0=E7=B4=A0?= =?UTF-8?q?=E6=9D=90=E6=97=81=E8=BE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/VideoGeneration/_components/ShotTimeline.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tauri-app/src/pages/VideoGeneration/_components/ShotTimeline.tsx b/tauri-app/src/pages/VideoGeneration/_components/ShotTimeline.tsx index d98e416..15a030d 100644 --- a/tauri-app/src/pages/VideoGeneration/_components/ShotTimeline.tsx +++ b/tauri-app/src/pages/VideoGeneration/_components/ShotTimeline.tsx @@ -113,12 +113,12 @@ const ShotTimeline: React.FC = ({ 素材 {materialMatchMap[String(shot.id)] ? ( - + ✓ {userUploadedMaterials[String(shot.id)] ? '已上传' : '已匹配'}( {materialMatchMap[String(shot.id)]!.duration.toFixed(1)}s) ) : ( - ✗ 未匹配 + ✗ 未匹配 )}