bugfix: 新消息光标显示
This commit is contained in:
@@ -103,7 +103,7 @@ const handleFetchMessage = (message: string) => {
|
||||
|
||||
// 创建AI消息对象
|
||||
const aiMessage: ChatMessage = {
|
||||
id: '',
|
||||
id: generateUUID(),
|
||||
type: 'text',
|
||||
content: '',
|
||||
timestamp: new Date().toISOString(),
|
||||
|
||||
Reference in New Issue
Block a user