优化调整

This commit is contained in:
2025-07-26 00:37:18 +08:00
parent 08bbd4df0f
commit 0dfabc35d7
90 changed files with 3594 additions and 2294 deletions
+1
View File
@@ -19,6 +19,7 @@ export interface ChatMessage {
sessionId?: string
status?: 'sending' | 'sent' | 'delivered' | 'read' | 'failed'
error?: string
sender?: string
}
// 聊天会话类型