-
-
Notifications
You must be signed in to change notification settings - Fork 217
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: update README.md #473
Conversation
📝 Walkthrough变更概述演练此拉取请求主要更新了两个README文件(英文和中文版本)的徽章。在 变更
可能相关的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 the README files by adding social media follow badges. Specifically, a Zhihu follow badge is added to the Chinese README, and a Twitter follow badge is added to the English README. Changes
🪧 TipsFor further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. |
@@ -8,7 +8,7 @@ | |||
|
|||
[![CI status][github-action-image]][github-action-url] [![codecov][codecov-image]][codecov-url] [![NPM version][npm-image]][npm-url] | |||
|
|||
[![NPM downloads][download-image]][download-url] [![][bundlephobia-image]][bundlephobia-url] [![antd][antd-image]][antd-url] | |||
[![NPM downloads][download-image]][download-url] [![][bundlephobia-image]][bundlephobia-url] [![antd][antd-image]][antd-url] [![Follow zhihu][zhihu-image]][zhihu-url] |
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.
Added a Zhihu follow badge to the README.
@@ -8,7 +8,7 @@ Craft AI-driven interfaces effortlessly. | |||
|
|||
[![CI status][github-action-image]][github-action-url] [![codecov][codecov-image]][codecov-url] [![NPM version][npm-image]][npm-url] | |||
|
|||
[![NPM downloads][download-image]][download-url] [![][bundlephobia-image]][bundlephobia-url] [![antd][antd-image]][antd-url] | |||
[![NPM downloads][download-image]][download-url] [![][bundlephobia-image]][bundlephobia-url] [![antd][antd-image]][antd-url] [![Follow Twitter][twitter-image]][twitter-url] |
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.
Added a Twitter follow badge to the README.
Bundle ReportBundle size has no change ✅ |
Deploying ant-design-x with Cloudflare Pages
|
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: 0
🧹 Nitpick comments (2)
README-zh_CN.md (1)
11-11
: 建议为图片添加替代文本为了提高可访问性,建议为所有徽章图片添加 alt 属性。
-[![NPM downloads][download-image]][download-url] [![][bundlephobia-image]][bundlephobia-url] [![antd][antd-image]][antd-url] [![Follow zhihu][zhihu-image]][zhihu-url] +[![NPM 下载量][download-image]][download-url] [![包体积][bundlephobia-image]][bundlephobia-url] [![Ant Design][antd-image]][antd-url] [![在知乎上关注我们][zhihu-image]][zhihu-url]🧰 Tools
🪛 Markdownlint (0.37.0)
11-11: null
Images should have alternate text (alt text)(MD045, no-alt-text)
README.md (1)
11-11
: 建议为图片添加替代文本为了提高可访问性,建议为所有徽章图片添加 alt 属性。
-[![NPM downloads][download-image]][download-url] [![][bundlephobia-image]][bundlephobia-url] [![antd][antd-image]][antd-url] [![Follow Twitter][twitter-image]][twitter-url] +[![NPM Downloads][download-image]][download-url] [![Bundle Size][bundlephobia-image]][bundlephobia-url] [![Ant Design][antd-image]][antd-url] [![Follow us on Twitter][twitter-image]][twitter-url]🧰 Tools
🪛 Markdownlint (0.37.0)
11-11: null
Images should have alternate text (alt text)(MD045, no-alt-text)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
README-zh_CN.md
(2 hunks)README.md
(2 hunks)
🧰 Additional context used
🪛 Markdownlint (0.37.0)
README-zh_CN.md
11-11: null
Images should have alternate text (alt text)
(MD045, no-alt-text)
README.md
11-11: null
Images should have alternate text (alt text)
(MD045, no-alt-text)
⏰ Context from checks skipped due to timeout of 90000ms (6)
- GitHub Check: test / react component workflow
- GitHub Check: build preview
- GitHub Check: size
- GitHub Check: Analyze (javascript-typescript)
- GitHub Check: test / react component workflow
- GitHub Check: Cloudflare Pages
🔇 Additional comments (2)
README-zh_CN.md (1)
11-11
: 知乎关注徽章添加得当!徽章样式与现有徽章保持一致,增强了项目在中文社区的可见度。
🧰 Tools
🪛 Markdownlint (0.37.0)
11-11: null
Images should have alternate text (alt text)(MD045, no-alt-text)
README.md (1)
11-11
: Twitter关注徽章添加合适!徽章样式与现有徽章保持一致,增强了项目在国际社区的可见度。
🧰 Tools
🪛 Markdownlint (0.37.0)
11-11: null
Images should have alternate text (alt text)(MD045, no-alt-text)
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #473 +/- ##
=======================================
Coverage 91.45% 91.45%
=======================================
Files 67 67
Lines 1462 1462
Branches 384 384
=======================================
Hits 1337 1337
Misses 125 125 ☔ View full report in Codecov by Sentry. |
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: 0
🧹 Nitpick comments (2)
README-zh_CN.md (2)
11-11
: 徽章需要添加替代文本以提高可访问性为了提高可访问性,建议为所有徽章图片添加描述性的替代文本。
-[![NPM downloads][download-image]][download-url] [![][bundlephobia-image]][bundlephobia-url] [![antd][antd-image]][antd-url] [![Follow zhihu][zhihu-image]][zhihu-url] +[![NPM 下载量][download-image]][download-url] [![包大小][bundlephobia-image]][bundlephobia-url] [![Ant Design][antd-image]][antd-url] [![在知乎上关注我们][zhihu-image]][zhihu-url]🧰 Tools
🪛 Markdownlint (0.37.0)
11-11: null
Images should have alternate text (alt text)(MD045, no-alt-text)
29-30
: 建议统一徽章样式为保持视觉一致性,建议将知乎徽章的样式与其他徽章保持一致。
-[zhihu-image]: https://img.shields.io/badge/-Ant%20Design-white?logo=zhihu +[zhihu-image]: https://img.shields.io/badge/-Ant%20Design-blue?labelColor=black&logo=zhihu&style=flat-square
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README-zh_CN.md
(2 hunks)
🧰 Additional context used
🪛 Markdownlint (0.37.0)
README-zh_CN.md
11-11: null
Images should have alternate text (alt text)
(MD045, no-alt-text)
⏰ Context from checks skipped due to timeout of 90000ms (5)
- GitHub Check: build preview
- GitHub Check: test / react component workflow
- GitHub Check: size
- GitHub Check: test / react component workflow
- GitHub Check: Cloudflare Pages
Summary by CodeRabbit