update: mobile 历史记录标题优化,聊天详情参数记录折叠处理

This commit is contained in:
zhuoqinglian
2026-04-09 14:32:32 +08:00
parent 64630e1b4e
commit 784ba359f2
3 changed files with 182 additions and 19 deletions
@@ -15,7 +15,7 @@ export interface ChatSessionsResponse {
// 聊天消息
export interface ChatMessage {
createdAt: string
chatType: 1 | 2 // 1是用户,2是AI
chatType: 1 | 2 | 3 // 1是用户,2是AI3是参数说明
content: string
audioId: string | null
macAddress: string