This commit is contained in:
Archer
2023-11-28 19:28:46 +08:00
committed by GitHub
parent e765c3bf95
commit a74e1d7166
75 changed files with 1139 additions and 417 deletions

View File

@@ -116,7 +116,7 @@ const WholeResponseModal = ({
if (!activeModule?.historyPreview) return '';
return activeModule.historyPreview
.map((item, i) => `**${item.obj}**\n${item.value}`)
.join('\n---\n');
.join('\n\n---\n\n');
})()}
/>
{activeModule.quoteList && activeModule.quoteList.length > 0 && (