mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
Fixed: Updated the iframe allow property in the SelectUsingWayModal component to add support for microphones. (#4583)
This commit is contained in:
@@ -90,7 +90,7 @@ const SelectUsingWayModal = ({ share, onClose }: { share: OutLinkSchema; onClose
|
||||
src="${linkUrl}"
|
||||
style="width: 100%; height: 100%;"
|
||||
frameborder="0"
|
||||
allow="*"
|
||||
allow="microphone *; *"
|
||||
/>`
|
||||
},
|
||||
[UsingWayEnum.script]: {
|
||||
|
Reference in New Issue
Block a user