Merge branch 'feat-chat-pcode' into dev

This commit is contained in:
moux1024 2025-10-15 22:19:49 +08:00
commit 9513e1348f

View File

@ -284,6 +284,9 @@ export function ChatInputBox({ noData }: { noData: boolean }) {
expansion_mode: configOptions.expansion_mode, expansion_mode: configOptions.expansion_mode,
aspect_ratio: configOptions.aspect_ratio, aspect_ratio: configOptions.aspect_ratio,
}; };
if (episodeData.pcode === 'portrait') {
delete episodeData.pcode;
}
// 调用创建剧集API // 调用创建剧集API
const result = await MovieProjectService.createProject( const result = await MovieProjectService.createProject(