From adeee95b9faa173b1cbac04a3d47e9f3e585e763 Mon Sep 17 00:00:00 2001 From: yinjiacheng Date: Sat, 15 Jul 2023 15:34:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Evideo=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 +- pages/component/video/video.uvue | 414 +++++++++++++++++++++++++++++++ pages/tabBar/component.uvue | 2 +- 3 files changed, 422 insertions(+), 2 deletions(-) create mode 100644 pages/component/video/video.uvue diff --git a/pages.json b/pages.json index 699f9ccd..57f490a7 100644 --- a/pages.json +++ b/pages.json @@ -121,7 +121,13 @@ "style": { "navigationBarTitleText": "大图测试" } - }, + }, + { + "path": "pages/component/video/video", + "style": { + "navigationBarTitleText": "video" + } + }, { "path": "pages/component/web-view/web-view", "style": { diff --git a/pages/component/video/video.uvue b/pages/component/video/video.uvue new file mode 100644 index 00000000..f8a2d811 --- /dev/null +++ b/pages/component/video/video.uvue @@ -0,0 +1,414 @@ + + + + + \ No newline at end of file diff --git a/pages/tabBar/component.uvue b/pages/tabBar/component.uvue index 7004d693..653eb7f7 100644 --- a/pages/tabBar/component.uvue +++ b/pages/tabBar/component.uvue @@ -151,7 +151,7 @@ enable: true }, { name: 'video', - enable: false + enable: true }, { name: 'animation-view', enable: false -- GitLab