We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9a14a commit d3d7dfeCopy full SHA for d3d7dfe
ui/src/components/ai-chat/component/operation-button/ChatOperationButton.vue
@@ -156,6 +156,7 @@ function removeFormRander(text: string) {
156
return text
157
.replace('你好,请先填写下面表单内容:', '')
158
.replace(/<formrander>[\s\S]*?<\/formrander>/, '')
159
+ .replace(/<form_rander>[\s\S]*?<\/form_rander>/, '')
160
.replace('填写后请点击【提交】按钮进行提交。', '')
161
.trim()
162
}
ui/src/components/ai-chat/component/operation-button/LogOperationButton.vue
@@ -135,6 +135,7 @@ function removeFormRander(text: string) {
135
136
137
138
139
140
141
0 commit comments