mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2026-02-10 19:50:28 +08:00
fix clipboard in sub-store
This commit is contained in:
parent
0d55272db8
commit
9bd4841b6e
@ -43,7 +43,7 @@ const SubStore: React.FC = () => {
|
||||
>
|
||||
<iframe
|
||||
className="w-full h-full"
|
||||
allow="clipboard-write"
|
||||
allow="clipboard-write; clipboard-read"
|
||||
src={`http://127.0.0.1:${frontendPort}?api=${useCustomSubStore ? customSubStoreUrl : `http://127.0.0.1:${backendPort}`}`}
|
||||
/>
|
||||
</BasePage>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user