mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-26 02:07:28 +08: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}"
|
src="${linkUrl}"
|
||||||
style="width: 100%; height: 100%;"
|
style="width: 100%; height: 100%;"
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
allow="*"
|
allow="microphone *; *"
|
||||||
/>`
|
/>`
|
||||||
},
|
},
|
||||||
[UsingWayEnum.script]: {
|
[UsingWayEnum.script]: {
|
||||||
|
|||||||
Reference in New Issue
Block a user