From a5225a958e90e0d5cd30242591c38e5fd44acadf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Mon, 15 Sep 2025 17:30:08 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E5=A4=84=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/plugins/video/components/search.vue | 80 ++++++
pages/plugins/video/index/index.vue | 328 +++++++++++++---------
2 files changed, 272 insertions(+), 136 deletions(-)
create mode 100644 pages/plugins/video/components/search.vue
diff --git a/pages/plugins/video/components/search.vue b/pages/plugins/video/components/search.vue
new file mode 100644
index 00000000..a606fe8b
--- /dev/null
+++ b/pages/plugins/video/components/search.vue
@@ -0,0 +1,80 @@
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/plugins/video/index/index.vue b/pages/plugins/video/index/index.vue
index b8343fc9..30d5e016 100644
--- a/pages/plugins/video/index/index.vue
+++ b/pages/plugins/video/index/index.vue
@@ -1,222 +1,278 @@
-
-
-
-
-
-
-
-
-
-
-
- {{ tab }}
-
-
-
-
-
-
-
-
- {{ video.title }}
- {{ video.date }}
- 👍 {{ video.likes }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+
+ {{ item.date }}
+
+
+ {{ item.likes }}
+
+
+
+
+
-
+
\ No newline at end of file