auto-save 2026-05-14 05:10 (~3)

This commit is contained in:
2026-05-14 05:10:53 +08:00
parent f2663eb90e
commit c7ca8302a1
3 changed files with 26 additions and 1 deletions

View File

@@ -2762,7 +2762,7 @@ def update_storyboard(job_id: str, idx: int, req: UpdateStoryboardReq) -> Job:
class PushStoryboardImageReq(BaseModel):
kind: Literal["keyframe", "cutout"]
kind: Literal["keyframe", "cutout", "asset"]
frame_idx: int
element_id: str | None = None
cutout_id: str | None = None