fix: 增强内容渲染和 AI 摘要的稳定性#526
Merged
Merged
Conversation
|
🚀 Preview deployed! |
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.
概述
这个 PR 合并了一组通用的稳定性修复:
.map崩溃。<img>标签,并跳过内嵌的data:URI。<think>、<thinking>、<reasoning>),避免模型推理内容泄漏到摘要中。范围说明
这个 PR 有意排除了所有个人站点相关改动,包括:部署配置、音乐集成、存储后端、域名、凭据、实例定制逻辑等。这里只保留适合上游合并的通用修复。
测试
bun run check说明:本地 Turbo 会输出一个既有的 workspace 解析警告,但 TypeScript 检查任务已完成。