From 0e322f198ae58676086b9fa0ebda963e23d4d564 Mon Sep 17 00:00:00 2001 From: ovo Date: Fri, 6 Dec 2024 00:30:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/video/VideoCard.vue | 160 ++++++++++++++ src/components/video/VideoGrid.vue | 27 +++ src/views/VideoPlayView.vue | 326 +++++++++++++++++++++++++++++ 3 files changed, 513 insertions(+) create mode 100644 src/components/video/VideoCard.vue create mode 100644 src/components/video/VideoGrid.vue create mode 100644 src/views/VideoPlayView.vue diff --git a/src/components/video/VideoCard.vue b/src/components/video/VideoCard.vue new file mode 100644 index 0000000..617ee14 --- /dev/null +++ b/src/components/video/VideoCard.vue @@ -0,0 +1,160 @@ + + + + + \ No newline at end of file diff --git a/src/components/video/VideoGrid.vue b/src/components/video/VideoGrid.vue new file mode 100644 index 0000000..0059627 --- /dev/null +++ b/src/components/video/VideoGrid.vue @@ -0,0 +1,27 @@ + + + + + \ No newline at end of file diff --git a/src/views/VideoPlayView.vue b/src/views/VideoPlayView.vue new file mode 100644 index 0000000..d0b038f --- /dev/null +++ b/src/views/VideoPlayView.vue @@ -0,0 +1,326 @@ + + + + + \ No newline at end of file