forked from 77media/video-flow
Merge branch 'feat-chat-pcode' into dev
This commit is contained in:
commit
9513e1348f
@ -284,6 +284,9 @@ export function ChatInputBox({ noData }: { noData: boolean }) {
|
||||
expansion_mode: configOptions.expansion_mode,
|
||||
aspect_ratio: configOptions.aspect_ratio,
|
||||
};
|
||||
if (episodeData.pcode === 'portrait') {
|
||||
delete episodeData.pcode;
|
||||
}
|
||||
|
||||
// 调用创建剧集API
|
||||
const result = await MovieProjectService.createProject(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user