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) {
154154
155155function removeFormRander(text : string ) {
156156 return text
157- .replace (' 你好,请先填写下面表单内容:' , ' ' )
158- .replace (' 请先填写以下表单并点击提交按钮' , ' ' )
159157 .replace (/ <form_rander>[\s\S ] *? <\/ form_rander>/ g , ' ' )
160- .replace (' 填写后请点击【提交】按钮进行提交。' , ' ' )
161158 .trim ()
162159}
163160
Original file line number Diff line number Diff line change @@ -133,10 +133,7 @@ function markdownToPlainText(md: string) {
133133
134134function removeFormRander(text : string ) {
135135 return text
136- .replace (' 你好,请先填写下面表单内容:' , ' ' )
137- .replace (' 请先填写以下表单并点击提交按钮' , ' ' )
138136 .replace (/ <form_rander>[\s\S ] *? <\/ form_rander>/ g , ' ' )
139- .replace (' 填写后请点击【提交】按钮进行提交。' , ' ' )
140137 .trim ()
141138}
142139
You can’t perform that action at this time.
0 commit comments