docs(settings): add SVG diagrams for appearance, language, and permissions - #48
docs(settings): add SVG diagrams for appearance, language, and permissions#48yi-ge wants to merge 1 commit into
Conversation
…sions pages Replace previously reverted AI-generated settings screenshots with clean SVG diagrams (dark theme, consistent with repo style). Changes: - Add settings-appearance.svg: theme selector + glassmorphism preview - Add settings-language.svg: language dropdown + info box - Add settings-permissions.svg: permission list with status indicators - Update ZH/EN markdown files to reference new SVGs - Add cross-references between settings pages
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7671037c30
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| 1. Click the **gear icon** in the bottom-left corner to open the settings panel | ||
| 2. Find the **Appearance** section | ||
|
|
||
|  |
There was a problem hiding this comment.
Use localized SVGs for English settings pages
In the English locale this absolute /img/... URL resolves to the shared static/img/user-guide/settings/settings-appearance.svg, whose embedded labels are Chinese, so the English Appearance page renders a Chinese diagram; the same pattern was added to the Language and Permission settings pages. The new locale-scoped SVG copies under i18n/en/.../img/ are not used by these absolute links, and they also need English text if switched to relative/localized assets.
Useful? React with 👍 / 👎.
变更概述
为设置章节的外观、语言、权限三个页面添加 SVG 示意图,替代之前被 revert 的 AI 生成截图。
新增配图(6 个 SVG 文件)
修改文件(6 个 Markdown)
中文文档
英文文档
设计说明
背景
PR #43 添加的 settings 截图因来源不可验证被 revert(dcda337)。本次用 SVG 示意图替代,确保文档配图完整。