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

chore: 更新 pages.json

上级 194587c3
...@@ -449,24 +449,6 @@ ...@@ -449,24 +449,6 @@
} }
}, },
// #endif // #endif
// #ifdef WEB
{
"path": "pages/API/open-location/open-location",
"group": "1,8,1",
"style": {
"navigationBarTitleText": "openLocation | 使用地图查看位置"
}
},
// #endif
// #ifdef WEB
{
"path": "pages/API/choose-location/choose-location",
"group": "1,8,2",
"style": {
"navigationBarTitleText": "chooseLocation | 使用地图选择位置"
}
},
// #endif
{ {
"path": "pages/component/list-view/issue-2199", "path": "pages/component/list-view/issue-2199",
"style": { "style": {
...@@ -498,6 +480,15 @@ ...@@ -498,6 +480,15 @@
} }
}, },
// #endif // #endif
// #ifndef WEB
{
"path": "pages/component/object/object",
"group": "0,1,9",
"style": {
"navigationBarTitleText": "object"
}
},
// #endif
{ {
"path": "pages/tabBar/API", "path": "pages/tabBar/API",
"style": { "style": {
...@@ -680,6 +671,24 @@ ...@@ -680,6 +671,24 @@
"navigationBarTitleText": "getLocation | 获取当前位置" "navigationBarTitleText": "getLocation | 获取当前位置"
} }
}, },
// #ifdef WEB
{
"path": "pages/API/open-location/open-location",
"group": "1,8,1",
"style": {
"navigationBarTitleText": "openLocation | 使用地图查看位置"
}
},
// #endif
// #ifdef WEB
{
"path": "pages/API/choose-location/choose-location",
"group": "1,8,2",
"style": {
"navigationBarTitleText": "chooseLocation | 使用地图选择位置"
}
},
// #endif
{ {
"path": "pages/API/interceptor/interceptor", "path": "pages/API/interceptor/interceptor",
"group": "1,1,3", "group": "1,1,3",
...@@ -1094,9 +1103,9 @@ ...@@ -1094,9 +1103,9 @@
// #ifdef APP-IOS // #ifdef APP-IOS
{ {
"path": "pages/API/create-canvas-context-async/create-canvas-context-async", "path": "pages/API/create-canvas-context-async/create-canvas-context-async",
"group": "1,3,2", "group": "1,16,3",
"style": { "style": {
"navigationBarTitleText": "createCanvasContextAsync | 创建 Canvas 实例" "navigationBarTitleText": "createCanvasContextAsync | 获取 CanvasContext 对象实例"
} }
}, },
// #endif // #endif
...@@ -1751,15 +1760,7 @@ ...@@ -1751,15 +1760,7 @@
"navigationBarTitleText": "", "navigationBarTitleText": "",
"backgroundColorContent": "#fffae8" "backgroundColorContent": "#fffae8"
} }
},
// #ifdef APP-ANDROID
{
"path": "pages/component/object/object",
"style": {
"navigationBarTitleText": "自定义组件"
}
} }
// #endif
], ],
"globalStyle": { "globalStyle": {
"pageOrientation": "portrait", "pageOrientation": "portrait",
...@@ -1890,6 +1891,10 @@ ...@@ -1890,6 +1891,10 @@
"name": "nested-scroll-body" "name": "nested-scroll-body"
} }
] ]
},
{
"id": "component.view-container.object",
"name": "object"
} }
] ]
}, },
...@@ -2354,7 +2359,19 @@ ...@@ -2354,7 +2359,19 @@
] ]
}, },
null, null,
null, {
"id": "api.component",
"name": "组件上下文对象",
"children": [
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.
先完成此消息的编辑!
想要评论请 注册