From ad35ce84c1f7b609d6b7bdd39531c40b35dbd22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Fri, 15 Nov 2024 20:03:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=80=82=E9=85=8D=E5=BE=AE=E4=BF=A1=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 2 +- pages/component/text/text-props.uvue | 4 +-- pages/tabBar/template.uvue | 6 ++-- pages/template/half-screen/half-screen.uvue | 31 ++++++++++++------- .../scroll-fold-nav/scroll-fold-nav.uvue | 2 +- .../swiper-vertical-video.uvue | 2 +- 6 files changed, 27 insertions(+), 20 deletions(-) diff --git a/pages.json b/pages.json index 5e6eb321..16be72fb 100644 --- a/pages.json +++ b/pages.json @@ -1909,7 +1909,7 @@ } }, // #endif - // #ifdef APP-ANDROID || APP-IOS || WEB + // #ifdef APP-ANDROID || APP-IOS || WEB || MP { "path": "pages/template/custom-long-list/custom-long-list", "style": { diff --git a/pages/component/text/text-props.uvue b/pages/component/text/text-props.uvue index 248c72dd..19b3d70b 100644 --- a/pages/component/text/text-props.uvue +++ b/pages/component/text/text-props.uvue @@ -64,9 +64,7 @@ 依次为lt gt amp apos nbsp ensp emsp效果 - - < > & ' - + < > & ' uni-app x,终极跨平台方案 uni-app x,终极跨平台方案 uni-app x,终极跨平台方案 diff --git a/pages/tabBar/template.uvue b/pages/tabBar/template.uvue index f465baef..496153eb 100644 --- a/pages/tabBar/template.uvue +++ b/pages/tabBar/template.uvue @@ -195,14 +195,16 @@ open: false, pages: [] as Page[], }, - // #endif + // #endif + // #ifdef APP || WEB { id: 'schema', url: 'schema', name: '打开外部链接', open: false, pages: [] as Page[], - }, + }, + // #endif // #ifdef WEB { id: 'browser-element', diff --git a/pages/template/half-screen/half-screen.uvue b/pages/template/half-screen/half-screen.uvue index 6e9f8d66..b1d54c3a 100644 --- a/pages/template/half-screen/half-screen.uvue +++ b/pages/template/half-screen/half-screen.uvue @@ -1,5 +1,5 @@