-
-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: replace introduce img url #377
Conversation
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the 📝 Walkthrough📝 Walkthrough📝 Walkthrough📝 Walkthrough概述演练本次更改主要涉及文档 变更
可能相关的 PR
诗歌
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
WalkthroughThis pull request updates image URLs in the documentation files Changes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
docs/spec/introduce.en-US.md
(2 hunks)docs/spec/introduce.zh-CN.md
(2 hunks)
🧰 Additional context used
🪛 Markdownlint (0.37.0)
docs/spec/introduce.en-US.md
5-5: null
Images should have alternate text (alt text)
(MD045, no-alt-text)
120-120: null
Images should have alternate text (alt text)
(MD045, no-alt-text)
docs/spec/introduce.zh-CN.md
5-5: null
Images should have alternate text (alt text)
(MD045, no-alt-text)
120-120: null
Images should have alternate text (alt text)
(MD045, no-alt-text)
@@ -2,7 +2,7 @@ | |||
title: RICH 设计范式简介 | |||
--- | |||
|
|||
![](https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*31g-RpB6F6UAAAAAAAAAAAAADgCCAQ/fmt.webp) | |||
![](https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*48RLR41kwHIAAAAAAAAAAAAADgCCAQ/fmt.webp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
添加图片的替代文本以提高可访问性
为了确保文档的可访问性,建议为所有图片添加描述性的替代文本(alt text)。这对于使用屏幕阅读器的用户尤其重要。
建议按如下方式修改:
-![](https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*48RLR41kwHIAAAAAAAAAAAAADgCCAQ/fmt.webp)
+![RICH设计范式概览图](https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*48RLR41kwHIAAAAAAAAAAAAADgCCAQ/fmt.webp)
-![](https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*0xUFQoMAhiIAAAAAAAAAAAAADgCCAQ/original)
+![RICH设计范式应用示例](https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*0xUFQoMAhiIAAAAAAAAAAAAADgCCAQ/original)
Also applies to: 120-120
🧰 Tools
🪛 Markdownlint (0.37.0)
5-5: null
Images should have alternate text (alt text)
(MD045, no-alt-text)
@@ -2,7 +2,7 @@ | |||
title: RICH 设计范式简介 | |||
--- | |||
|
|||
![](https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*31g-RpB6F6UAAAAAAAAAAAAADgCCAQ/fmt.webp) | |||
![](https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*48RLR41kwHIAAAAAAAAAAAAADgCCAQ/fmt.webp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
添加图片的替代文本以提高可访问性
为了确保文档的可访问性,建议为所有图片添加描述性的替代文本(alt text)。这对于使用屏幕阅读器的用户尤其重要。
建议按如下方式修改:
-![](https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*48RLR41kwHIAAAAAAAAAAAAADgCCAQ/fmt.webp)
+![RICH设计范式概览图](https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*48RLR41kwHIAAAAAAAAAAAAADgCCAQ/fmt.webp)
-![](https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*0xUFQoMAhiIAAAAAAAAAAAAADgCCAQ/original)
+![RICH设计范式应用示例](https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*0xUFQoMAhiIAAAAAAAAAAAAADgCCAQ/original)
Also applies to: 120-120
🧰 Tools
🪛 Markdownlint (0.37.0)
5-5: null
Images should have alternate text (alt text)
(MD045, no-alt-text)
size-limit report 📦
|
Bundle ReportChanges will increase total bundle size by 404 bytes (0.26%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Deploying ant-design-x with Cloudflare Pages
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #377 +/- ##
=======================================
Coverage 91.36% 91.36%
=======================================
Files 66 66
Lines 1448 1448
Branches 383 383
=======================================
Hits 1323 1323
Misses 125 125 ☔ View full report in Codecov by Sentry. |
Size Limit 本地执行 compile 没问题。先合并到 main 分支看看。 |
Summary by CodeRabbit