bugfix: 新消息光标显示

This commit is contained in:
zhangyahui
2025-10-30 15:19:46 +08:00
parent 8cf7b6cb9a
commit bf7e3ea3ea

View File

@@ -103,7 +103,7 @@ const handleFetchMessage = (message: string) => {
// 创建AI消息对象
const aiMessage: ChatMessage = {
id: '',
id: generateUUID(),
type: 'text',
content: '',
timestamp: new Date().toISOString(),