-
Notifications
You must be signed in to change notification settings - Fork 6.5k
fix: 修改语音组件中判断isPc的逻辑 #4854
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
fix: 修改语音组件中判断isPc的逻辑 #4854
Conversation
TestGru AssignmentSummary
Tip You can |
钟帅 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Preview mcp_server Image: |
Preview sandbox Image: |
Preview fastgpt Image: |
Preview mcp_server Image: |
Preview sandbox Image: |
Preview fastgpt Image: |
为了通过cla协议, 修改了下提交的邮箱,代码没有改,麻烦合并下 |
修改上次的合并 #4848
解决的问题:#4608
解决方案:语音组件判断是pc还是Mobile 使用新的逻辑
新的逻辑:通过 navigator.userAgent+屏幕宽度+是否能触摸,综合判断是否是移动端