Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/lanecarford_front

This commit is contained in:
X1627315083
2025-10-30 15:52:17 +08:00

View File

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