From b6d608fd549070ea6fdd26dd18b9751eab83ee31 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Tue, 1 Jul 2025 22:53:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E4=B9=9F=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/video_flow.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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; } // 剧本到分镜头提示词模型