-
-
Notifications
You must be signed in to change notification settings - Fork 217
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: Sender support speech
#154
Conversation
📝 WalkthroughWalkthrough本次更改涉及多个组件的更新和新功能的添加。 Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (14)
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. 🪧 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 (
|
Deploying x with Cloudflare Pages
|
移动端样式长什么样? |
没写测试用例。 |
Preview
https://speech.x-73x.pages.dev/components/sender-cn#sender-demo-speech
Summary by CodeRabbit
新功能
SpeechButton
组件,支持语音录制状态的图标切换。RecordingIcon
组件,显示动画录音图标。Sender
组件现在支持语音输入功能,新增allowSpeech
属性。useSpeech
,用于管理语音识别功能。文档
speech.md
文件,添加了中文和英文的麦克风权限说明。Sender
组件的文档,包含新的allowSpeech
属性说明。样式
Sender
组件的样式逻辑,新增加载和录音图标的样式。修复
StopLoadingIcon
组件的 SVG<title>
元素,提高可访问性。