mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
parent
0a70ce398f
commit
7fa38677f7
|
|
@ -156,6 +156,7 @@ function removeFormRander(text: string) {
|
|||
return text
|
||||
.replace('你好,请先填写下面表单内容:', '')
|
||||
.replace(/<formrander>[\s\S]*?<\/formrander>/, '')
|
||||
.replace(/<form_rander>[\s\S]*?<\/form_rander>/, '')
|
||||
.replace('填写后请点击【提交】按钮进行提交。', '')
|
||||
.trim()
|
||||
}
|
||||
|
|
|
|||
|
|
@ -135,6 +135,7 @@ function removeFormRander(text: string) {
|
|||
return text
|
||||
.replace('你好,请先填写下面表单内容:', '')
|
||||
.replace(/<formrander>[\s\S]*?<\/formrander>/, '')
|
||||
.replace(/<form_rander>[\s\S]*?<\/form_rander>/, '')
|
||||
.replace('填写后请点击【提交】按钮进行提交。', '')
|
||||
.trim()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue