-
Notifications
You must be signed in to change notification settings - Fork 384
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
feat: support custom chat render #3499
Conversation
This PR was not deployed automatically as @Ricbet does not have access to the Railway project. In order to get automatic PR deploys, please add @Ricbet to the project inside the project settings page. |
9e1feb3
to
6e2c37c
Compare
/next |
🎉 PR Next publish successful!
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3499 +/- ##
==========================================
- Coverage 56.59% 56.58% -0.02%
==========================================
Files 1461 1462 +1
Lines 89926 89939 +13
Branches 18510 18510
==========================================
- Hits 50895 50892 -3
- Misses 35522 35538 +16
Partials 3509 3509
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Types
Background or solution
新增 registerChatRender API。可以对 Chat 面板的各个组件进行自定义渲染。
使用方式👇
只需将自定义组件传递给对应方法即可
Changelog