auto-save 2026-05-13 14:27 (~4)
This commit is contained in:
@@ -15,7 +15,6 @@ import {
|
||||
import { ThemeToggle } from "@/components/theme-toggle"
|
||||
import { Dashboard, type DashboardHandle } from "@/components/dashboard"
|
||||
import { StoryboardBar } from "@/components/storyboard-bar"
|
||||
import { StoryboardEditor } from "@/components/storyboard-editor"
|
||||
import { addManualFrame, analyzeJob, createJob, getJob, uploadJob, deleteFrame, deleteGeneratedImage, type Job } from "@/lib/api"
|
||||
import { VideoLightbox } from "@/components/video-lightbox"
|
||||
|
||||
@@ -326,7 +325,8 @@ export default function Home() {
|
||||
<StoryboardBar
|
||||
job={job}
|
||||
selectedFrames={selectedFrames}
|
||||
onOpenStoryboard={setStoryboardFrame}
|
||||
focusedFrame={storyboardFrame}
|
||||
onFocusFrame={setStoryboardFrame}
|
||||
/>
|
||||
<div className="relative flex-1 min-h-0">
|
||||
<ReactFlow
|
||||
@@ -361,12 +361,6 @@ export default function Home() {
|
||||
onAddFrame={handleAddManualFrame}
|
||||
/>
|
||||
|
||||
{/* 分镜头编排专属面板 — imagegen 节点 / storyboard bar 缩略图点击进入 */}
|
||||
<StoryboardEditor
|
||||
job={job}
|
||||
frameIndex={storyboardFrame}
|
||||
onClose={() => setStoryboardFrame(null)}
|
||||
/>
|
||||
</main>
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user