-
Notifications
You must be signed in to change notification settings - Fork 73
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: 完善Cascader文档示例 #350
docs: 完善Cascader文档示例 #350
Conversation
✅ Deploy Preview for nutui-uniapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Walkthrough这些变更主要涉及两个文档文件的修正工作。一个是添加了一个逗号以修正 JSON 格式问题,另一个则是修正了一个内置动画名称中的拼写错误。 Changes
Poem
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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
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
Outside diff range and nitpick comments (2)
docs/components/dentry/cascader.md (2)
Line range hint
3-3
: 建议使用二级标题(##
)而不是三级标题(###
)来开始这部分内容,以符合标题级别递增的常规要求。
Line range hint
366-366
: 请在“主题定制”标题前后添加空白行,以符合Markdown的格式规范。
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- docs/components/dentry/cascader.md (1 hunks)
Additional context used
Markdownlint
docs/components/dentry/cascader.md
3-3: Expected: h2; Actual: h3 (MD001, heading-increment)
Heading levels should only increment by one level at a time
366-366: Expected: 1; Actual: 0; Above (MD022, blanks-around-headings)
Headings should be surrounded by blank lines
Additional comments not posted (1)
docs/components/dentry/cascader.md (1)
69-69
: 请在对象列表中添加逗号以保持一致的格式。
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
Outside diff range and nitpick comments (1)
docs/components/basic/transition.md (1)
Line range hint
3-3
: 请注意Markdown标题级别的递增,从一级标题后应该使用二级标题,而不是直接跳到三级标题,这有助于保持文档结构的清晰和有序。- ### 介绍 + ## 介绍
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- docs/components/basic/transition.md (1 hunks)
Additional context used
Markdownlint
docs/components/basic/transition.md
3-3: Expected: h2; Actual: h3 (MD001, heading-increment)
Heading levels should only increment by one level at a time
Additional comments not posted (1)
docs/components/basic/transition.md (1)
37-37
: 修正了动画名称中的拼写错误,从f
ade-left改为
fade-left`,有助于提高文档的准确性和专业性。
thx! |
* refactor: defineOptions instead of two script * refactor: once more * docs(cascader,transition): 修复 Cascader,Transition 文档示例错误 (#350) * docs: 完善Cascader文档示例 * docs: 完善transition文档规范 --------- Co-authored-by: xujiayu <xujiayu@motern.com> * refactor: once more * refactor: once more * fix: 修复comment生产环境web端卡死 (#352) * fix: 修复comment生产环境web端卡死 * fix: 示例环境判断错误 * style: comment demo --------- Co-authored-by: 小何同学 <59353463+xiaohe0601@users.noreply.github.com> * refactor: once more * docs(swiper): 完善Swiper文档示例 (#354) * refactor: once more * chore: disable package-manager-strict * refactor: once more * refactor: once more * refactor: once more * refactor: once more * fix(actionsheet): 修复custom-style表现异常 (#360) * fix(actionsheet): 修复custom-style表现异常 * refactor: once more * refactor: once more * docs(popup): z-index说明 * fix(popup): 修复z-index表现异常 (#364) * chore(overlay): 修复zIndex类型错误 * docs: 更换官网域名 * docs: update changelog * chore: release v1.7.11 * fix(input): 修复由于#324、#325引出的blur事件失效 * docs: update changelog * chore: release v1.7.12 * chore(icon): fix scss warning * chore(tabs): fix scss warning * docs: 更换官网域名 * chore: fix example package eslint config * feat(menu): add scroll-top prop (#377) * feat(menu): add scroll-top prop * docs(menu): add scroll-top prop * docs: fix page scroll * fix(navbar): 修复 navbar safe-area-inset-top 不生效的问题 (#379) * fix(navbar): 修复 navbar safe-area-inset-top 不生效的问题 --------- Co-authored-by: 小何同学 <59353463+xiaohe0601@users.noreply.github.com> * fix(popup,safearea): 修复部分低版本系统safearea不生效问题 * fix(input): fix @input compile error * fix(avatar): 修复支付宝小程序不支持??语法 * fix(form): 修复支付宝小程序不支持??语法 * docs: update changelog * chore: release v1.7.13 * feat(cell): 新增icon、clickable属性 (#384) * feat(cell): 新增icon、clickable属性 * feat(checkbox): 新增checked-value、unchecked-value属性 (#385) * fix(cell): fix merge error * refactor: price、progress * refactor: radio、radio-group * refactor: range * docs(overlay): 修复示例z-index表现异常 * fix(range): 修复点击控制导致NaN问题 * docs: update changelog * chore: release v1.7.14 * fix(range): 修复可能存在flex-shrink为0时的样式异常 --------- Co-authored-by: Xu Jiayu <75623303+jynba@users.noreply.github.com> Co-authored-by: xujiayu <xujiayu@motern.com> Co-authored-by: yang1206 <yang1206@outlook.com.tr> Co-authored-by: qd_whs <64092346+qd-xiaowang@users.noreply.github.com> Co-authored-by: WilliamChan <122583055+w-WilliamChan@users.noreply.github.com>
规范文档用例