From 9e38a1f467c268bfcc6c2bfd3c8328d2132e6581 Mon Sep 17 00:00:00 2001 From: lanyeeee Date: Thu, 14 Aug 2025 18:54:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A8=8D=E5=90=8E=E5=86=8D=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/panes/WatchLaterPane/WatchLaterPane.vue | 32 ++- .../components/WatchLaterCard.vue | 139 +++++++++++++ .../components/WatchLaterPanel.vue | 190 ++++++++++++++++++ 3 files changed, 360 insertions(+), 1 deletion(-) create mode 100644 src/panes/WatchLaterPane/components/WatchLaterCard.vue create mode 100644 src/panes/WatchLaterPane/components/WatchLaterPanel.vue diff --git a/src/panes/WatchLaterPane/WatchLaterPane.vue b/src/panes/WatchLaterPane/WatchLaterPane.vue index 8545029..5adb3fb 100644 --- a/src/panes/WatchLaterPane/WatchLaterPane.vue +++ b/src/panes/WatchLaterPane/WatchLaterPane.vue @@ -1,3 +1,33 @@ + + diff --git a/src/panes/WatchLaterPane/components/WatchLaterCard.vue b/src/panes/WatchLaterPane/components/WatchLaterCard.vue new file mode 100644 index 0000000..7be5122 --- /dev/null +++ b/src/panes/WatchLaterPane/components/WatchLaterCard.vue @@ -0,0 +1,139 @@ + + + diff --git a/src/panes/WatchLaterPane/components/WatchLaterPanel.vue b/src/panes/WatchLaterPane/components/WatchLaterPanel.vue new file mode 100644 index 0000000..9923d62 --- /dev/null +++ b/src/panes/WatchLaterPane/components/WatchLaterPanel.vue @@ -0,0 +1,190 @@ + + + + +