-
Notifications
You must be signed in to change notification settings - Fork 4.8k
fix(types): adjustKeyboardTo
类型修正
#17399
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17399 +/- ##
=======================================
Coverage 58.37% 58.37%
=======================================
Files 469 469
Lines 27230 27230
Branches 5951 5957 +6
=======================================
Hits 15895 15895
+ Misses 9839 9810 -29
- Partials 1496 1525 +29
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
e5f6a45
to
40fd5f1
Compare
""" Walkthrough本次变更主要针对 Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
✨ Finishing Touches
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 (
|
40fd5f1
to
0273017
Compare
这个 PR 做了什么? (简要描述所做更改)
https://developers.weixin.qq.com/miniprogram/dev/component/textarea.html
adjustKeyboardTo
类型修正这个 PR 是什么类型? (至少选择一个)
这个 PR 涉及以下平台:
Summary by CodeRabbit
adjustKeyboardTo
属性现支持'cursor'
或'bottom'
两种模式,默认值为'cursor'
,提升了输入体验的灵活性。