Commit Graph

2 Commits (08b310e1eb1bcc79d7c8174082f810943674c3dc)

Author SHA1 Message Date
sp mac bookpro 2605 7cf5e1406f 纯会话页面添加退出登录功能
- ChatHeader 新增可选 onLogout 回调,传入时在更多菜单中显示退出登录项
- ChatPagePure 中集成 useAuth 的 logout 方法,点击后确认并跳转登录页
- 不影响原有聊天页(未传 onLogout 时不显示)
2026-07-31 16:37:49 +08:00
sp mac bookpro 2605 1b4812acae 新增纯会话页面,独立路由 /pure-chat
- 新增 ChatPagePure 组件:仅保留聊天主区域(section.chat-main),去掉全局 Sidebar 和 AgentSidebar
- 复用原有的 ChatHeader、ChatBody、ChatInput、ChatOutline、ChatDrawers 组件,会话功能完全一致
- 独立路由 /pure-chat 和 /pure-chat/:id,绕过 layout-shell 全局布局,不显示侧边栏
- 新增样式文件 chat-page-pure.css,适配纯会话页面全屏布局
2026-07-31 16:14:07 +08:00