From 893dbd1410a9cf7c8281b1c232193487ad28177d Mon Sep 17 00:00:00 2001 From: Hakadao Date: Tue, 8 Oct 2024 02:13:38 +0800 Subject: [PATCH] feat: enhance video card context menu --- src/components/PipWindow.vue | 170 ++++++++++++++++++ src/components/VideoCard/VideoCard.vue | 11 +- .../VideoCardContextMenu.vue | 77 +++++++- src/contentScripts/views/App.vue | 2 +- 4 files changed, 251 insertions(+), 9 deletions(-) create mode 100644 src/components/PipWindow.vue diff --git a/src/components/PipWindow.vue b/src/components/PipWindow.vue new file mode 100644 index 00000000..857659c3 --- /dev/null +++ b/src/components/PipWindow.vue @@ -0,0 +1,170 @@ + + +