From b1abc1fe146b0a0245656d4c1ca0e43d12fbfd7b Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Mon, 12 Aug 2024 19:54:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=BB=84=E4=BB=B6=20tabBar=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20native-view=20=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages.json b/pages.json index 2a9bd3f6..23fd26e2 100644 --- a/pages.json +++ b/pages.json @@ -486,6 +486,7 @@ // #ifndef WEB { "path": "pages/component/native-view/native-view", + "group": "0,1,9", "style": { "navigationBarTitleText": "native-view" } @@ -1933,6 +1934,10 @@ "name": "nested-scroll-body" } ] + }, + { + "id": "component.view-container.native-view", + "name": "native-view" } ] }, @@ -2759,4 +2764,4 @@ ] } ] -} +} \ No newline at end of file -- GitLab