From 944fc893e3d91cf3aab5397e5794c0748206e2b5 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Mon, 29 Jul 2024 18:34:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20getNativeView=20?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index 504b6914..d2326c9d 100644 --- a/pages.json +++ b/pages.json @@ -1107,11 +1107,12 @@ "navigationBarTitleText": "createSelectorQuery | 创建 SelectorQuery 实例" } }, - // #ifndef APP + // #ifndef WEB { "path": "pages/API/get-native-view/get-native-view", + "group": "1,3,2", "style": { - "navigationBarTitleText": "获取原生view", + "navigationBarTitleText": "getNativeView | 获取原生 View", "backgroundColor": "#F8F8F8" } }, @@ -2125,6 +2126,10 @@ { "id": "api.dom.createSelectorQuery", "name": "createSelectorQuery" + }, + { + "id": "api.dom.getNativeView", + "name": "getNativeView" } ] }, @@ -2739,4 +2744,4 @@ ] } ] -} +} \ No newline at end of file -- GitLab