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

chore: 更新 pages.json

上级 09ec1a0c
......@@ -541,14 +541,14 @@
},
{
"path": "pages/API/request-animation-frame/request-animation-frame",
"group": "1,1,8,0",
"group": "1,4,9,0",
"style": {
"navigationBarTitleText": "requestAnimationFrame | 加入请求帧动画队列"
}
},
{
"path": "pages/API/cancel-animation-frame/cancel-animation-frame",
"group": "1,1,8,1",
"group": "1,4,9,1",
"style": {
"navigationBarTitleText": "cancelAnimationFrame | 取消已加入的帧动画队列"
}
......@@ -2076,21 +2076,6 @@
{
"id": "api.base.provider",
"name": "provider"
},
null,
{
"id": "api.base.animationFrame",
"name": "animationFrame",
"children": [
{
"id": "api.base.requestAnimationFrame",
"name": "requestAnimationFrame"
},
{
"id": "api.base.cancelAnimationFrame",
"name": "cancelAnimationFrame"
}
]
}
]
},
......@@ -2167,6 +2152,21 @@
{
"id": "api.ui.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.
先完成此消息的编辑!
想要评论请 注册