mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: remove_form_rander (#2782)
This commit is contained in:
parent
15feca802a
commit
e364d6e373
|
|
@ -111,7 +111,7 @@ const copy = (data: any) => {
|
|||
const text = data.answer_text_list
|
||||
.map((item: Array<any>) => item.map((i) => i.content).join('\n'))
|
||||
.join('\n\n')
|
||||
copyClick(text)
|
||||
copyClick(removeFormRander(text))
|
||||
} catch (e: any) {
|
||||
copyClick(removeFormRander(data?.answer_text.trim()))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue