docs(README): 修复英文md 中的描述错误,更新 QQ 群链接为可点击格式#654
Conversation
📝 WalkthroughWalkthrough本次更改主要针对两个 README 文件,更新了关于分支功能描述的表述,并将 QQ 群徽章添加了超链接,使其可点击跳转到 QQ 群页面,提升了文档的可用性和交互性。 Changes
Suggested labels
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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
Documentation and Community
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
README.md (1)
31-33: 为 QQ 群徽章补充 alt 文本并添加安全属性
img标签缺少alt属性,违反 MD045 规则,也影响无障碍与 SEO。a标签仅设置target="_blank",建议同时加入rel="noopener noreferrer",以避免潜在的窗口劫持与性能问题。-<a href="https://qm.qq.com/q/PJnEgr4D8C" target="_blank"> - <img src="https://svg.hamm.cn/badge.svg?key=QQ群&value=150105478" /> -</a> +<a href="https://qm.qq.com/q/PJnEgr4D8C" target="_blank" rel="noopener noreferrer"> + <img src="https://svg.hamm.cn/badge.svg?key=QQ群&value=150105478" alt="加入官方 QQ 群:150105478" /> +</a>README-en.md (1)
31-33: 同样为徽章添加 alt 与安全属性同上,缺少
alt与rel,建议统一修正。-<a href="https://qm.qq.com/q/PJnEgr4D8C" target="_blank"> - <img src="https://svg.hamm.cn/badge.svg?key=QQ Group&value=150105478" /> -</a> +<a href="https://qm.qq.com/q/PJnEgr4D8C" target="_blank" rel="noopener noreferrer"> + <img src="https://svg.hamm.cn/badge.svg?key=QQ Group&value=150105478" alt="Join official QQ Group: 150105478" /> +</a>
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
README-en.md(1 hunks)README.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
README-en.md
32-32: Images should have alternate text (alt text)
(MD045, no-alt-text)
🔇 Additional comments (1)
README-en.md (1)
25-27: 部门岗位分支描述调整准确,措辞清晰已正确指出默认分支不包含部门/岗位/数据权限功能,并指向
master-department分支,信息准确清晰。
|
大佬呐,QQ 群进群答案为啥一直都没对 |
进群问题回答不对吗 |
Summary by CodeRabbit