acomplish re-generating for mobile chat page

This commit is contained in:
RockYang
2025-09-07 18:10:45 +08:00
parent 976b71e592
commit 18961d3c26
4 changed files with 157 additions and 81 deletions

View File

@@ -789,6 +789,7 @@ const sendSSERequest = async (message) => {
}
}
// 回答完毕,更新完整的消息内容
if (data.type === 'complete') {
chatData.value[chatData.value.length - 1] = data.body
}