-
Notifications
You must be signed in to change notification settings - Fork 139
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(Popup): 文档添加滚动FAQ #666
Conversation
🎊 PR Preview d33b76b has been successfully built and deployed to https://ant-design-ant-design-mini-preview-pr-666.surge.sh 🕐 Build time: 292.675s 🤖 By surge-preview |
</scroll-view> | ||
</popup> | ||
``` | ||
|
||
|
||
|
||
|
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.
这段代码是一个组件的文档说明,没有实际的代码内容可以检查。其中包括组件的属性列表和常见问题解答,没有发现明显的风险或问题。改进建议包括在文档中加入更多示例、代码注释等,以提高代码的可读性和易用性。
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #666 +/- ##
=======================================
Coverage 14.98% 14.98%
=======================================
Files 158 158
Lines 3289 3289
Branches 858 858
=======================================
Hits 493 493
Misses 2441 2441
Partials 355 355 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ 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.
LGTM
* feat: 添加 tabbar 组件 * feat: 修改实例文档的 Title * feat: TabBar CR 问题修改 * feat: Tabbar CR 问题修改: template 中不直接使用 icon * feat: 添加文档注释 * feat: 优化文档 * feat: badge 组件新增位置支持偏移值参数 * feat: demo和文档完善,以及偏移量优化 * feat: demo和文档完善,以及偏移量优化 * feat(TabBar): 对badge组件进行偏移量设置 * feat: tabbar默认图标颜色改为ant-design#666,demo样式微调 * feat: tabbar透传badge属性 * feat: tabbar透传badge属性 * feat: 使用ImageIcon替换icon和image Co-authored-by: 柏丘 <zhaolin.zhaolin@alibaba-inc.com> Co-authored-by: rayhomie <1572801584@qq.com> Co-authored-by: 陌缓 <dongqing.mdq@alibaba-inc.com>
* feat: 添加 tabbar 组件 * feat: 修改实例文档的 Title * feat: TabBar CR 问题修改 * feat: Tabbar CR 问题修改: template 中不直接使用 icon * feat: 添加文档注释 * feat: 优化文档 * feat: badge 组件新增位置支持偏移值参数 * feat: demo和文档完善,以及偏移量优化 * feat: demo和文档完善,以及偏移量优化 * feat(TabBar): 对badge组件进行偏移量设置 * feat: tabbar默认图标颜色改为ant-design#666,demo样式微调 * feat: tabbar透传badge属性 * feat: tabbar透传badge属性 * feat: 使用ImageIcon替换icon和image * feat(Tabbar): remove type props d.ts Co-authored-by: 柏丘 <zhaolin.zhaolin@alibaba-inc.com> Co-authored-by: rayhomie <1572801584@qq.com> Co-authored-by: 陌缓 <dongqing.mdq@alibaba-inc.com>
No description provided.