增加修改和删除功能
This commit is contained in:
@@ -100,7 +100,8 @@ const transformToBackendFormat = (frontendData) => {
|
||||
content,
|
||||
isSelected,
|
||||
character,
|
||||
events
|
||||
events,
|
||||
regenerateContent = false
|
||||
} = frontendData;
|
||||
|
||||
// 解析内容生成标题和各部分
|
||||
@@ -191,7 +192,8 @@ const transformToBackendFormat = (frontendData) => {
|
||||
plotJson: content ? { fullContent: content } : null,
|
||||
isSelected,
|
||||
characterInfo,
|
||||
lifeEventsSummary
|
||||
lifeEventsSummary,
|
||||
regenerateContent
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user