Conversation
- AppShell:移动端新增顶部导航栏(MobileTopBar)和侧边栏背景蒙层 - Sidebar:支持移动端 Drawer 滑入模式,导航点击后自动关闭 - UIStore:新增 sidebarMobileOpen 状态管理 - ChatLayout:ChatSidebar 移动端隐藏,新增顶部会话选择下拉 - NotebookWorkspace:移动端关闭 Copilot/来源/TOC 面板,编辑区占满屏幕 - NotebookHeader:右侧按钮移动端隐藏文字仅显示图标 - SourceDetailDrawer:w-[420px] → w-full md:w-[420px] 防止手机溢出 - SettingsModal:高度 h-[600px] → min(600px, 100dvh-2rem),左导航改为移动端水平 Tab 栏 - KnowledgeView:工具栏添加 flex-wrap,减小移动端内边距 - KnowledgeGraphView:实体详情面板移动端改为底部 Sheet - CopilotResize:新增 Touch 事件支持,拖拽手柄兼容触屏 Made-with: Cursor
- 首页移动端输入框固定底部,上方内容垂直居中,隐藏最近笔记本 - chat 页面移动端会话选择改为 header 按钮 + 底部 Sheet 弹出 - chat 消息气泡、列表、输入框移动端内边距优化 - 工具栏标签移动端改为图标圆形按钮 - 新增 storage_s3_public_url 字段,解决 MinIO Docker 内网/外网 URL 冲突 - 移动端 header 支持右侧插槽注入 Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title:
feat: 移动端适配优化 & MinIO 存储配置修复描述:
Summary
<select>改为 Header 右侧按钮 + 从下往上弹出的 Sheet 面板;消息气泡、列表、输入框内边距适配小屏;工具栏标签移动端改为等尺寸圆形图标按钮storage_s3_public_url配置项,解决 Docker 容器内minio:9000(服务端内网)与localhost:9000(浏览器预签名 URL)地址冲突导致上传 500 的问题;设置页面新增对应输入框MobileTopBar支持右侧内容注入,供各页面扩展Test plan
http://minio:9000、Public URL 为http://localhost:9000后,图片能否正常上传和预览