fix: remove_form_rander (#2782)

v3.2
shaohuzhang1 2025-04-02 17:52:31 +08:00 committed by GitHub
parent 15feca802a
commit e364d6e373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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()))
}