fix: bing自动刷新;<EMPTY>匹配错误

This commit is contained in:
ikechan8370 2025-02-06 21:46:02 +08:00
parent f9a6fafb9e
commit e67a145635
4 changed files with 26 additions and 23 deletions

View file

@ -15,7 +15,7 @@ export function filterResponseChunk (msg) {
if (msg.trim() === '<EMPTY>') {
return false
}
msg = trimSpecific(msg, '<EMPTY')
msg = trimSpecific(msg, '<EMPTY>')
return msg
}