Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
主要包含
📊 核心改动
Bug 修复 (关键)
✅ 空文本文件上传 bug: 修复了刷新后变成 JSON 错误的 bug
✅ 图片上传 bug: 修复了第一条消息图片丢失的问题
✅ 重试图片丢失 bug: 修复了图片在重试时被移除的问题
性能优化
⚡ 移除 async: 将 getMessagesWithMemory 改为同步,彻底解决了消息列表闪烁问题
🧹 清理 MCP 代码: 移除了冗余的 MCP 缓存逻辑,提升加载速度
UI 改进
💄 紧凑版号样式: 优化了消息版本切换器的间距和宽度
🖱️ 拖拽上传:包含智能类型识别和优化后的平滑虚线动画。
🖼️ 解除图片限制:不再限制上传或粘贴图片的数量。
📊 PPTX 深度解析:支持幻灯片编号、备注、SmartArt 等复杂内容。