chore/ 删除无用文件
This commit is contained in:
@@ -82,7 +82,9 @@ def split_narrative_to_sections(narrative: str) -> list[dict[str, Any]]:
|
||||
content = narrative[start:end]
|
||||
if isinstance(content, str):
|
||||
content = content.strip()
|
||||
sections.append({"content": content or "", "placeholder_info": placeholder_info})
|
||||
sections.append(
|
||||
{"content": content or "", "placeholder_info": placeholder_info}
|
||||
)
|
||||
return sections
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user