提交 48b62ca8 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬 提交者: hdx

chore: 更新 pages.json

上级 597da07b
...@@ -547,14 +547,14 @@ ...@@ -547,14 +547,14 @@
}, },
{ {
"path": "pages/API/request-animation-frame/request-animation-frame", "path": "pages/API/request-animation-frame/request-animation-frame",
"group": "1,1,8,0", "group": "1,4,9,0",
"style": { "style": {
"navigationBarTitleText": "requestAnimationFrame | 加入请求帧动画队列" "navigationBarTitleText": "requestAnimationFrame | 加入请求帧动画队列"
} }
}, },
{ {
"path": "pages/API/cancel-animation-frame/cancel-animation-frame", "path": "pages/API/cancel-animation-frame/cancel-animation-frame",
"group": "1,1,8,1", "group": "1,4,9,1",
"style": { "style": {
"navigationBarTitleText": "cancelAnimationFrame | 取消已加入的帧动画队列" "navigationBarTitleText": "cancelAnimationFrame | 取消已加入的帧动画队列"
} }
...@@ -2082,21 +2082,6 @@ ...@@ -2082,21 +2082,6 @@
{ {
"id": "api.base.provider", "id": "api.base.provider",
"name": "provider" "name": "provider"
},
null,
{
"id": "api.base.animationFrame",
"name": "animationFrame",
"children": [
{
"id": "api.base.requestAnimationFrame",
"name": "requestAnimationFrame"
},
{
"id": "api.base.cancelAnimationFrame",
"name": "cancelAnimationFrame"
}
]
} }
] ]
}, },
...@@ -2173,6 +2158,21 @@ ...@@ -2173,6 +2158,21 @@
{ {
"id": "api.ui.themeChange", "id": "api.ui.themeChange",
"name": "themeChange" "name": "themeChange"
},
null,
{
"id": "api.base.animationFrame",
"name": "animationFrame",
"children": [
{
"id": "api.base.requestAnimationFrame",
"name": "requestAnimationFrame"
},
{
"id": "api.base.cancelAnimationFrame",
"name": "cancelAnimationFrame"
}
]
} }
] ]
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册