fix: 将生成 Prompt 中的章节标题自定义内容改为用户输入
This commit is contained in:
+1
-1
@@ -339,7 +339,7 @@
|
||||
// Custom content
|
||||
const customContent = document.getElementById('custom-content').value.trim();
|
||||
if (customContent) {
|
||||
parts.push(`## 自定义内容\n\n${customContent}`);
|
||||
parts.push(`## 用户输入\n\n${customContent}`);
|
||||
}
|
||||
|
||||
// Tag constraints
|
||||
|
||||
Reference in New Issue
Block a user