From 87aed3d2161924b672bcc5bf2c55bf9aace37141 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Thu, 1 Aug 2024 12:00:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor(pages.json):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index fdd29e70..2bf06b50 100644 --- a/pages.json +++ b/pages.json @@ -2117,7 +2117,7 @@ }, { "id": "api.dom", - "name": "Dom 节点", + "name": "element 和 node", "children": [ { "id": "api.dom.getElementById", @@ -2428,7 +2428,7 @@ null, { "id": "api.elementInstance", - "name": "Element 实例" + "name": "UniElement 实例" } ] }, @@ -2744,4 +2744,4 @@ ] } ] -} +} \ No newline at end of file -- GitLab