From 27bd33fb69d9622198e3a20cc6f97bf2b58939e8 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Tue, 13 Aug 2024 11:36:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=20native-view=20?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages.json b/pages.json index 23fd26e2..36075cdd 100644 --- a/pages.json +++ b/pages.json @@ -486,7 +486,7 @@ // #ifndef WEB { "path": "pages/component/native-view/native-view", - "group": "0,1,9", + "group": "0,2,4", "style": { "navigationBarTitleText": "native-view" } @@ -1934,10 +1934,6 @@ "name": "nested-scroll-body" } ] - }, - { - "id": "component.view-container.native-view", - "name": "native-view" } ] }, @@ -1957,6 +1953,10 @@ { "id": "component.basic-content.progress", "name": "progress" + }, + { + "id": "component.basic-content.native-view", + "name": "native-view" } ] }, -- GitLab