[feature]: Add font scalable switch; with bold content fix#69
Merged
Conversation
36 篇文章把 `**加粗**` 紧贴的中文标点(。!?()等)移到 ** 外侧,解决 markdown 解析器在 CJK 文本中粗体不渲染;新增 scripts/check_bold_rendering.ts 自动检测此类问题。
A-/A+ 步进切换器挂 nav-bar-content-after 插槽;用 CSS zoom 整页缩放(rem 与所有 px 字号一并跟随,等同浏览器 Ctrl+/-,避免只有正文跳组件不动的割裂);config head 内联脚本首屏从 localStorage 应用字号防刷新闪烁;默认「正常」,选择持久化。
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.
fix: 粗体渲染修复(02d7773)
36 篇文章把 加粗 紧贴的中文标点(。!?()等)移到 ** 外侧,
解决 markdown 解析器在 CJK 文本里粗体不渲染;附 check_bold_rendering.ts 检测脚本。
feat: 字号五档切换(d465189)
nav 右侧 A-/A+ 步进切换(超小/小/正常/大/超大),CSS zoom 整页缩放,
rem 与 px 字号一并跟随;localStorage 持久化 + 首屏内联脚本防闪烁。