forked from 77media/video-flow
修复 镜头描述 角色转换
This commit is contained in:
parent
60217ffe96
commit
b560f907b7
@ -256,7 +256,7 @@ export class TextToShotAdapter {
|
||||
currentScript += node.text;
|
||||
}
|
||||
if (node.type === 'characterToken') {
|
||||
currentScript = currentScript + node.attrs.name + ' ' + node.attrs.id;
|
||||
currentScript = currentScript + node.attrs.name + ' [' + node.attrs.id + ']';
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@ -82,3 +82,5 @@ export const CharacterEditor = forwardRef<any, CharacterEditorProps>(({
|
||||
</div>
|
||||
);
|
||||
});
|
||||
|
||||
CharacterEditor.displayName = 'CharacterEditor';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user