Fixed: Updated the iframe allow property in the SelectUsingWayModal component to add support for microphones. (#4583)

This commit is contained in:
dreamer6680 2025-04-17 18:56:52 +08:00 committed by GitHub
parent ccd1fd680a
commit ab059d105c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]: {