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

chore: 更新 pages.json

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