fix: correct image references and add notification image#26
Merged
Conversation
1. Fixed image reference format from ![[...]] to ![...] in multiple files 2. Corrected case sensitivity in Screensaver.png reference 3. Added new p_notification.png image for notification system 4. Standardized image path references across all language versions 5. Fixed broken image links in zh_HK and zh_TW documentation fix: 修正图片引用并添加通知图片 1. 将图片引用格式从![[...]]统一修正为![...] 2. 修正了Screensaver.png的大小写问题 3. 新增了p_notification.png通知系统图片 4. 统一了所有语言版本的图片路径引用 5. 修复了zh_HK和zh_TW文档中的图片链接问题 pms: BUG-324751
Reviewer's GuideThis PR standardizes markdown image references across all language documentation by fixing syntax and paths, corrects the case for the Screensaver image in the English docs, and introduces a new notification image asset for the notification system. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @mhduiy - I've reviewed your changes - here's some feedback:
- Several image links use an empty alt tag (
) after your changes—consider adding descriptive alt text for those to keep accessibility consistent. - I see
p_notification.pngadded to assets but not referenced anywhere in the docs—please verify and integrate it where it’s meant to appear. - To prevent future casing or syntax drift, you could add a CI check or simple script that enforces the standardized image reference format and filename casing across all markdown files.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Several image links use an empty alt tag (``) after your changes—consider adding descriptive alt text for those to keep accessibility consistent.
- I see `p_notification.png` added to assets but not referenced anywhere in the docs—please verify and integrate it where it’s meant to appear.
- To prevent future casing or syntax drift, you could add a CI check or simple script that enforces the standardized image reference format and filename casing across all markdown files.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
18202781743
approved these changes
Jul 18, 2025
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 18202781743, mhduiy The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
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: 修正图片引用并添加通知图片
pms: BUG-324751
Summary by Sourcery
Fix various image reference issues in documentation, standardize asset path usage across locales, and add a new notification image asset
New Features:
Bug Fixes:
Enhancements: