File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
ui/src/components/ai-chat/component/operation-button Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -154,10 +154,7 @@ function markdownToPlainText(md: string) {
154
154
155
155
function removeFormRander(text : string ) {
156
156
return text
157
- .replace (' 你好,请先填写下面表单内容:' , ' ' )
158
- .replace (' 请先填写以下表单并点击提交按钮' , ' ' )
159
157
.replace (/ <form_rander>[\s\S ] *? <\/ form_rander>/ g , ' ' )
160
- .replace (' 填写后请点击【提交】按钮进行提交。' , ' ' )
161
158
.trim ()
162
159
}
163
160
Original file line number Diff line number Diff line change @@ -133,10 +133,7 @@ function markdownToPlainText(md: string) {
133
133
134
134
function removeFormRander(text : string ) {
135
135
return text
136
- .replace (' 你好,请先填写下面表单内容:' , ' ' )
137
- .replace (' 请先填写以下表单并点击提交按钮' , ' ' )
138
136
.replace (/ <form_rander>[\s\S ] *? <\/ form_rander>/ g , ' ' )
139
- .replace (' 填写后请点击【提交】按钮进行提交。' , ' ' )
140
137
.trim ()
141
138
}
142
139
You can’t perform that action at this time.
0 commit comments