fix: improve seedance reference handling

This commit is contained in:
stupid-h4er
2026-05-27 21:55:05 +08:00
parent 4bffb55695
commit 74ea4b81f2
9 changed files with 165 additions and 14 deletions
+3
View File
@@ -4,6 +4,9 @@ export type ReferenceVideo = {
type: string;
url: string;
storageKey?: string;
bytes?: number;
width?: number;
height?: number;
durationMs?: number;
};