Skip to content

docs(channel-deployment): fix broken s4-3a screenshot in ZH MS Teams section#184

Merged
tyler-0xffff merged 1 commit into
openmaxai:mainfrom
Eriche985:zh-msteams-fix-s4-3a-alt
Jul 23, 2026
Merged

docs(channel-deployment): fix broken s4-3a screenshot in ZH MS Teams section#184
tyler-0xffff merged 1 commit into
openmaxai:mainfrom
Eriche985:zh-msteams-fix-s4-3a-alt

Conversation

@Eriche985

Copy link
Copy Markdown
Contributor

问题

PR #183 上线后逐图核对发现:第4步的截图 msteams-zh-s4-3a-v1.png(客户端密码已创建——立即复制"值")在线上页面没有渲染成图片,而是显示为一段转义后的原始 HTML 代码文本。

其余 47 张截图均正常。

原因

该 img 标签的 alt 属性内含未转义的英文直引号(复制"值"这一列),导致 VitePress 的 Vue 模板编译失败,整个标签被当作字面文本输出。

修复

将 alt 文本中的英文直引号改为中文弯引号(复制值这一列),1 行改动。已全文扫描确认无其他 alt 属性存在同类问题。

🤖 Generated with Claude Code

…section

The alt attribute contained unescaped ASCII double quotes (复制"值"这一列),
which broke Vue template compilation in VitePress — the img tag rendered as
escaped literal text on the live page instead of the image. Replaced with
Chinese curly quotes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

@tyler-0xffff tyler-0xffff left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

确认修复:s4-3a 的 alt 里英文直引号"值"提前闭合 alt 属性 → 改为中文弯引号“值”,1 行改动。独立复扫全文 114 个 标签均为 6 引号(结构完整),无其他同类问题。CI 全绿。LGTM ✅

@tyler-0xffff
tyler-0xffff merged commit 82cf57a into openmaxai:main Jul 23, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants