We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
export interface SenderComponents { input?: CustomizeComponent<TextareaProps>; /** + Sender Content CustomizeComponent ⬇️ */ content?: CustomizeComponent; }
The text was updated successfully, but these errors were encountered:
这个好酷,我想来做试试看
Sorry, something went wrong.
非常感谢积极参与~这个我空了更新相关资料至讨论区~(预计 12.10 前)
然后你可以基于此从书写 RFC -> 评审 -> 代码实现。
这个好酷,我想来做试试看 非常感谢积极参与~这个我空了更新相关资料至讨论区~(预计 12.10 前) 然后你可以基于此从书写 RFC -> 评审 -> 代码实现。
我看了一下sender组件,意思是不是缺一个手机上的语音输入sender,点击语音就是可以开始说话了,然后检测到说话就是正在听。还有一种是点击录音,长按录音。
我暂时的想法是:给 Sender 组件增加 content 可自定义渲染的能力。这样就可以支持类似的 speech 交互变体需求。
具体的可以 RFC 里详细描述和讨论。
ok
LofiSu
No branches or pull requests
需求动机
提议的 API 是什么样的?
The text was updated successfully, but these errors were encountered: