feat: improve subject conversion composer
This commit is contained in:
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user