From c7861191ac703f1787392be5fce8ba2ea75d9052 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Fri, 9 Aug 2024 14:30:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=20animationFrame=20?= =?UTF-8?q?=E5=92=8C=20dialogPage=20=E5=88=86=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/pages.json b/pages.json index c37f4057..9fd6b1d8 100644 --- a/pages.json +++ b/pages.json @@ -547,7 +547,7 @@ }, { "path": "pages/API/animation-frame/animation-frame", - "group": "1,4,9", + "group": "1,0,2", "style": { "navigationBarTitleText": "animationFrame | 动画帧" } @@ -1145,7 +1145,7 @@ // #endif { "path": "pages/API/dialog-page/dialog-page", - "group": "1,4,10", + "group": "1,2,6", "style": { "navigationBarTitleText": "dialogPage | 弹框页面" } @@ -2059,6 +2059,10 @@ { "id": "api.global.getCurrentPages", "name": "getCurrentPages" + }, + { + "id": "api.global.animationFrame", + "name": "animationFrame" } ] }, @@ -2127,6 +2131,10 @@ { "id": "api.page.pageScrollTo", "name": "pageScrollTo" + }, + { + "id": "api.ui.dialogPage", + "name": "dialogPage" } ] }, @@ -2176,15 +2184,6 @@ { "id": "api.ui.themeChange", "name": "themeChange" - }, - null, - { - "id": "api.base.animationFrame", - "name": "animationFrame" - }, - { - "id": "api.ui.dialogPage", - "name": "dialogPage" } ] }, -- GitLab