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

chore: update pages.json

上级 c3fcefb6
......@@ -132,7 +132,7 @@
// #ifdef APP-ANDROID || APP-IOS || WEB
{
"path": "pages/component/sticky-section/sticky-section",
"group": "0,1,7,1",
"group": "0,1,8,1",
"style": {
"navigationBarTitleText": "sticky-section | 吸顶布局容器"
}
......@@ -141,7 +141,7 @@
// #ifdef APP-ANDROID || APP-IOS || WEB
{
"path": "pages/component/sticky-header/sticky-header",
"group": "0,1,7,0",
"group": "0,1,8,0",
"style": {
"navigationBarTitleText": "sticky-header | 吸顶布局容器",
"enablePullDownRefresh": false
......@@ -485,7 +485,7 @@
// #ifdef APP-ANDROID || APP-IOS
{
"path": "pages/component/nested-scroll-header/nested-scroll-header",
"group": "0,1,8,0",
"group": "0,1,9,0",
"style": {
"navigationBarTitleText": "nested-scroll-header"
}
......@@ -494,7 +494,7 @@
// #ifdef APP-ANDROID || APP-IOS
{
"path": "pages/component/nested-scroll-body/nested-scroll-body",
"group": "0,1,8,1",
"group": "0,1,9,1",
"style": {
"navigationBarTitleText": "nested-scroll-body"
}
......@@ -626,6 +626,15 @@
}
},
// #endif
// #ifdef APP-ANDROID || APP-IOS
{
"path": "pages/component/grid-view/grid-view",
"group": "0,1,7",
"style": {
"navigationBarTitleText": "grid-view | 表格容器"
}
},
// #endif
// #ifdef APP-ANDROID || APP-IOS || MP-WEIXIN
{
"path": "pages/component/ad/list-view-ad",
......@@ -1299,7 +1308,7 @@
}
},
// #endif
// #ifdef APP || WEB || MP-WEIXIN
// #ifdef APP-ANDROID || WEB || MP-WEIXIN
{
"path": "pages/API/create-inner-audio-context/create-inner-audio-context",
"group": "1,7,9",
......@@ -1308,7 +1317,7 @@
}
},
// #endif
// #ifdef APP || WEB || MP-WEIXIN
// #ifdef APP-ANDROID || WEB || MP-WEIXIN
{
"path": "pages/API/create-inner-audio-context/inner-audio-format",
"style": {
......@@ -1316,7 +1325,7 @@
}
},
// #endif
// #ifdef APP || WEB || MP-WEIXIN
// #ifdef APP-ANDROID || WEB || MP-WEIXIN
{
"path": "pages/API/create-inner-audio-context/inner-audio-path",
"style": {
......@@ -1324,7 +1333,7 @@
}
},
// #endif
// #ifdef APP || WEB || MP-WEIXIN
// #ifdef APP-ANDROID || WEB || MP-WEIXIN
{
"path": "pages/API/create-inner-audio-context/inner-audio-mult",
"style": {
......@@ -1350,7 +1359,7 @@
}
},
// #endif
// #ifdef APP-ANDROID || APP-IOS || MP-WEIXIN
// #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN
{
"path": "pages/API/theme-change/theme-change",
"group": "1,4,7",
......@@ -1468,7 +1477,7 @@
{
"path": "pages/API/dialog-page/dialog-2",
"style": {
"navigationBarTitleText": "dialogPage1"
"navigationBarTitleText": "dialogPage2"
}
},
// #endif
......@@ -2285,9 +2294,8 @@
// #endif
// #ifdef MP
{
"path" : "pages/template/vant/vant",
"style" :
{
"path": "pages/template/vant/vant",
"style": {
"navigationBarTitleText": "微信自定义组件示例",
"usingComponents": {
"vant-button": "/wxcomponents/vant/button/index",
......@@ -2406,6 +2414,10 @@
"id": "component.view-container.list-view",
"name": "list-view"
},
{
"id": "component.view-container.grid-view",
"name": "grid-view"
},
{
"id": "component.view-container.sticky",
"name": "sticky",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册