提交 c7861191 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

chore: 调整 animationFrame 和 dialogPage 分组

上级 b5649d94
...@@ -547,7 +547,7 @@ ...@@ -547,7 +547,7 @@
}, },
{ {
"path": "pages/API/animation-frame/animation-frame", "path": "pages/API/animation-frame/animation-frame",
"group": "1,4,9", "group": "1,0,2",
"style": { "style": {
"navigationBarTitleText": "animationFrame | 动画帧" "navigationBarTitleText": "animationFrame | 动画帧"
} }
...@@ -1145,7 +1145,7 @@ ...@@ -1145,7 +1145,7 @@
// #endif // #endif
{ {
"path": "pages/API/dialog-page/dialog-page", "path": "pages/API/dialog-page/dialog-page",
"group": "1,4,10", "group": "1,2,6",
"style": { "style": {
"navigationBarTitleText": "dialogPage | 弹框页面" "navigationBarTitleText": "dialogPage | 弹框页面"
} }
...@@ -2059,6 +2059,10 @@ ...@@ -2059,6 +2059,10 @@
{ {
"id": "api.global.getCurrentPages", "id": "api.global.getCurrentPages",
"name": "getCurrentPages" "name": "getCurrentPages"
},
{
"id": "api.global.animationFrame",
"name": "animationFrame"
} }
] ]
}, },
...@@ -2127,6 +2131,10 @@ ...@@ -2127,6 +2131,10 @@
{ {
"id": "api.page.pageScrollTo", "id": "api.page.pageScrollTo",
"name": "pageScrollTo" "name": "pageScrollTo"
},
{
"id": "api.ui.dialogPage",
"name": "dialogPage"
} }
] ]
}, },
...@@ -2176,15 +2184,6 @@ ...@@ -2176,15 +2184,6 @@
{ {
"id": "api.ui.themeChange", "id": "api.ui.themeChange",
"name": "themeChange" "name": "themeChange"
},
null,
{
"id": "api.base.animationFrame",
"name": "animationFrame"
},
{
"id": "api.ui.dialogPage",
"name": "dialogPage"
} }
] ]
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册