Fix/18716 button createliveactivity - #19469
Conversation
…NervJS#18716) Co-Authored-By: Claude <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Walkthrough本次变更为 Button 增加动态创建 Live Activity 回调支持。类型文档新增 ChangesButton 动态授权码支持
Estimated code review effort: 1 (简单) | ~5 分钟 Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed: dependency version conflict. Check your lock file or package.json. 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. Comment |
这个 PR 做了什么? (简要描述所做更改)
修复微信小程序端
Button组件不支持liveActivity的createLiveActivity事件问题。为微信小程序平台的Button组件增加bindCreateLiveActivity事件配置。同时将 onCreateLiveActivity 的平台支持声明从仅支持 ascf 修改为支持 weapp 和 ascf这个 PR 是什么类型? (至少选择一个)
这个 PR 涉及以下平台:
Summary by CodeRabbit
bindCreateLiveActivity回调属性,支持创建实时活动相关交互。