diff --git a/tauri-app/src/pages/VideoGeneration/_components/ShotTimeline.tsx b/tauri-app/src/pages/VideoGeneration/_components/ShotTimeline.tsx index 5b97edb..5156161 100644 --- a/tauri-app/src/pages/VideoGeneration/_components/ShotTimeline.tsx +++ b/tauri-app/src/pages/VideoGeneration/_components/ShotTimeline.tsx @@ -17,6 +17,7 @@ interface ShotTimelineProps { onSceneClick: (id: number, shot: ScriptShot) => void; onSwitchMaterial: (shotId: string) => void; onUploadMaterial: (shotId: string) => void; + onMatchMaterial: (shotId: string) => void; } /** @@ -35,6 +36,7 @@ const ShotTimeline: React.FC = ({ onSceneClick, onSwitchMaterial, onUploadMaterial, + onMatchMaterial, }) => { return (
= ({ ) : ( - <>✗ 未匹配到素材 + <> + ✗ 未匹配 + + )}