M-CHAT-A11 P2 | 会话列表缺少归档/置顶操作 #65
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
发现
会话列表左滑只有"删除",没有归档和置顶。
API 已支持:
PATCH /rag-chat/sessions/:id→ isPinned / isArchivedRagChatService.updateSession(id:dto:)已实现修复
swipeActions 增加:
涉及文件
处理
API 已就绪(updateSession),UI 操作(左滑归档/置顶)后续版本实现。
修复
左滑增加归档按钮 (isArchived: true)。
右滑增加置顶/取消置顶按钮 (isPinned toggle)。
涉及: AIChatPage.swift