feat: enhance video card context menu

This commit is contained in:
Hakadao
2024-10-08 02:13:38 +08:00
parent 2b174dd0a0
commit 893dbd1410
4 changed files with 251 additions and 9 deletions

View File

@@ -231,7 +231,7 @@ provide<BewlyAppProvider>('BEWLY_APP', {
</div>
<IframeDrawer
v-if="settings.videoCardLinkOpenMode === 'drawer' && showIframeDrawer"
v-if="showIframeDrawer"
:url="iframeDrawerUrl"
@close="showIframeDrawer = false"
/>