-
Notifications
You must be signed in to change notification settings - Fork 272
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: fix some mistakes in the documentation #3056
base: feat_v3.x
Are you sure you want to change the base?
Conversation
Walkthrough此次 PR 主要针对组件文档进行了修改。Popover 组件文档更新了导入语句,将包从 Changes
Possibly related PRs
Suggested reviewers
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:
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 (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feat_v3.x #3056 +/- ##
==========================================
Coverage 86.06% 86.06%
==========================================
Files 275 275
Lines 18234 18234
Branches 2751 2751
==========================================
Hits 15694 15694
Misses 2535 2535
Partials 5 5 ☔ 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 (1)
src/packages/uploader/doc.taro.md (1)
118-118
: 建议检查默认值中 'album' 的拼写静态分析工具提示默认值数组中的
'album'
可能存在拼写问题(建议使用"álbum"
)。请确认此处的写法是否需要与微信小程序 API 保持一致,或根据目标用户习惯进行调整,以确保文档描述准确无误。🧰 Tools
🪛 LanguageTool
[grammar] ~118-~118: 'album' é un erro. Considere utilizar "álbum"
Context: .../video/wx.chooseMedia.html) |Array
|['album','camera']
| | camera仅支持WEAPP
| 仅在 `...(GL_WIKIPEDIA_COMMON_ERRORS)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
src/packages/popover/doc.taro.md
(1 hunks)src/packages/uploader/doc.md
(1 hunks)src/packages/uploader/doc.taro.md
(1 hunks)src/packages/uploader/doc.zh-TW.md
(1 hunks)
✅ Files skipped from review due to trivial changes (3)
- src/packages/uploader/doc.md
- src/packages/uploader/doc.zh-TW.md
- src/packages/popover/doc.taro.md
🧰 Additional context used
🪛 LanguageTool
src/packages/uploader/doc.taro.md
[grammar] ~118-~118: 'album' é un erro. Considere utilizar "álbum"
Context: .../video/wx.chooseMedia.html) | Array
| ['album','camera']
| | camera仅支持WEAPP
| 仅在 `...
(GL_WIKIPEDIA_COMMON_ERRORS)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: build
- GitHub Check: test
🤔 这个变动的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
☑️ 请求合并前的自查清单
Summary by CodeRabbit