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