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

chore: 更新 pages.json

上级 d8528de3
......@@ -539,18 +539,20 @@
"navigationBarTitleText": "getEnterOptionsSync | 获取本次启动时的参数"
}
},
{
"path": "pages/API/request-animation-frame/request-animation-frame",
"style": {
"navigationBarTitleText": "requestAnimationFrame | 请求帧动画队列"
}
},
{
"path": "pages/API/cancel-animation-frame/cancel-animation-frame",
"style": {
"navigationBarTitleText": "cancelAnimationFrame | 取消已加入的帧动画队列"
}
},
{
"path": "pages/API/request-animation-frame/request-animation-frame",
"group": "1,1,8,0",
"style": {
"navigationBarTitleText": "requestAnimationFrame | 加入请求帧动画队列"
}
},
{
"path": "pages/API/cancel-animation-frame/cancel-animation-frame",
"group": "1,1,8,1",
"style": {
"navigationBarTitleText": "cancelAnimationFrame | 取消已加入的帧动画队列"
}
},
{
"path": "pages/API/navigator/navigator",
"group": "1,2,0",
......@@ -1110,7 +1112,7 @@
// #ifndef WEB
{
"path": "pages/API/get-native-view/element-getnativeview",
"group": "1,3,2",
"group": "1,30",
"style": {
"navigationBarTitleText": "getNativeView | 获取原生 View",
"backgroundColor": "#F8F8F8"
......@@ -1119,9 +1121,9 @@
// #endif
{
"path": "pages/API/create-canvas-context-async/create-canvas-context-async",
"group": "1,16,3",
"group": "1,8,1",
"style": {
"navigationBarTitleText": "createCanvasContextAsync | 获取 CanvasContext 对象实例"
"navigationBarTitleText": "createCanvasContextAsync | createCanvasContextAsync"
}
},
{
......@@ -1906,10 +1908,6 @@
"name": "nested-scroll-body"
}
]
},
{
"id": "component.view-container.object",
"name": "object"
}
]
},
......@@ -2085,6 +2083,21 @@
{
"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"
}
]
}
]
},
......@@ -2126,10 +2139,6 @@
{
"id": "api.dom.createSelectorQuery",
"name": "createSelectorQuery"
},
{
"id": "api.dom.getNativeView",
"name": "getNativeView"
}
]
},
......@@ -2298,7 +2307,17 @@
}
]
},
null,
{
"id": "api.canvas",
"name": "canvas",
"children": [
null,
{
"id": "api.canvas.createCanvasContextAsync",
"name": "createCanvasContextAsync"
}
]
},
{
"id": "api.location",
"name": "位置",
......@@ -2379,19 +2398,7 @@
}
]
},
{
"id": "api.component",
"name": "组件上下文对象",
"children": [
null,
null,
null,
{
"id": "api.dom.createCanvasContextAsync",
"name": "createCanvasContextAsync"
}
]
},
null,
{
"id": "api.unicloud",
"name": "uniCloud客户端API",
......@@ -2744,4 +2751,4 @@
]
}
]
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册