feat: add ark seedance video generation

This commit is contained in:
stupid-h4er
2026-05-26 23:10:41 +08:00
parent 1493aed81d
commit c9fea71821
10 changed files with 436 additions and 20 deletions
+7
View File
@@ -0,0 +1,7 @@
export type ReferenceVideo = {
id: string;
name: string;
type: string;
url: string;
storageKey?: string;
};