From 9a04d0af20dc936cc5071e537a37b06cce735a60 Mon Sep 17 00:00:00 2001 From: hdx Date: Fri, 1 Sep 2023 19:13:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=20swiper-list2,=20?= =?UTF-8?q?=E7=BC=A9=E6=94=BE=E9=A1=B5=E7=AD=BE=E6=96=87=E5=AD=97=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 + pages/tabBar/template.uvue | 8 + pages/template/swiper-list2/swiper-list2.uvue | 163 ++++++++++++++++++ 3 files changed, 177 insertions(+) create mode 100644 pages/template/swiper-list2/swiper-list2.uvue diff --git a/pages.json b/pages.json index 90bf6566..25fb4aa1 100644 --- a/pages.json +++ b/pages.json @@ -767,6 +767,12 @@ "style": { "navigationBarTitleText": "swiper-list" } + }, + { + "path": "pages/template/swiper-list2/swiper-list2", + "style": { + "navigationBarTitleText": "swiper-list2" + } }, { "path": "pages/template/swiper-vertical-video/swiper-vertical-video", diff --git a/pages/tabBar/template.uvue b/pages/tabBar/template.uvue index bc83e38c..37fc03cb 100644 --- a/pages/tabBar/template.uvue +++ b/pages/tabBar/template.uvue @@ -102,6 +102,14 @@ export default { open: false, enable: true, pages: [] as Page[], + }, + { + id: 'swiper-list2', + url: 'swiper-list2', + name: 'swiper-list2', + open: false, + enable: true, + pages: [] as Page[], }, { id: 'custom-refresher', diff --git a/pages/template/swiper-list2/swiper-list2.uvue b/pages/template/swiper-list2/swiper-list2.uvue new file mode 100644 index 00000000..3ba5798b --- /dev/null +++ b/pages/template/swiper-list2/swiper-list2.uvue @@ -0,0 +1,163 @@ + + + + + \ No newline at end of file -- GitLab