fix: 优化排版内容
This commit is contained in:
@@ -837,4 +837,5 @@ class AIRewriter:
|
||||
else:
|
||||
out.append(" " + seg.lstrip())
|
||||
|
||||
return "\n\n".join(out).strip() + "\n"
|
||||
# 不能用 .strip(),否则会把首段的全角缩进「 」去掉
|
||||
return "\n\n".join(out).rstrip() + "\n"
|
||||
|
||||
Reference in New Issue
Block a user