forked from 77media/video-flow
处理也看
This commit is contained in:
parent
19113f80d5
commit
b6d608fd54
@ -15,17 +15,8 @@ export interface Scene {
|
|||||||
|
|
||||||
// 角色数据结构
|
// 角色数据结构
|
||||||
export interface Character {
|
export interface Character {
|
||||||
id: string;
|
|
||||||
name: string;
|
name: string;
|
||||||
description: string;
|
desc: string;
|
||||||
personality: string;
|
|
||||||
appearance: string;
|
|
||||||
voice: string;
|
|
||||||
avatar?: string;
|
|
||||||
fullBodyImage?: string;
|
|
||||||
audioSample?: string;
|
|
||||||
styles?: string[];
|
|
||||||
currentStyle?: number;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 剧本到分镜头提示词模型
|
// 剧本到分镜头提示词模型
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user