diff --git a/api/video_flow.ts b/api/video_flow.ts index 17d3348..8957099 100644 --- a/api/video_flow.ts +++ b/api/video_flow.ts @@ -15,17 +15,8 @@ export interface Scene { // 角色数据结构 export interface Character { - id: string; name: string; - description: string; - personality: string; - appearance: string; - voice: string; - avatar?: string; - fullBodyImage?: string; - audioSample?: string; - styles?: string[]; - currentStyle?: number; + desc: string; } // 剧本到分镜头提示词模型