From 286300c2ef49eaf36aaf4bc235a9491b4d9b59ac Mon Sep 17 00:00:00 2001 From: hdx Date: Thu, 22 Aug 2024 11:33:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(animationFrame):=20=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E5=88=B0=E5=85=A8=E5=B1=80=E5=88=86=E7=BB=84=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pages.json b/pages.json index 1b40f1d8..e4d0b22d 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 | 动画帧" } @@ -2034,6 +2034,10 @@ { "id": "api.global.getCurrentPages", "name": "getCurrentPages" + }, + { + "id": "api.global.animationFrame", + "name": "animationFrame" } ] }, @@ -2151,11 +2155,6 @@ { "id": "api.ui.themeChange", "name": "themeChange" - }, - null, - { - "id": "api.base.animationFrame", - "name": "animationFrame" } ] }, @@ -2723,4 +2722,4 @@ ] } ] -} \ No newline at end of file +} -- GitLab