feat: improve subject conversion composer

This commit is contained in:
2026-05-20 16:52:31 +08:00
parent 5ac48749df
commit b9c5511128
7 changed files with 273 additions and 52 deletions

View File

@@ -291,8 +291,10 @@ export default function Home() {
updateJobInList(updated)
setActiveJobId((prev) => prev ?? updated.id)
toast.success(`已加帧 @ ${t.toFixed(1)}s · 共 ${updated.frames.length}`)
return updated
} catch (e) {
toast.error("加帧失败:" + (e instanceof Error ? e.message : String(e)))
return undefined
}
}, [updateJobInList])