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

chore: update pages.json

上级 a45fa45d
...@@ -54,9 +54,9 @@ ...@@ -54,9 +54,9 @@
}, },
{ {
"path": "pages/component/list-view/list-view", "path": "pages/component/list-view/list-view",
"group": "0,1,8", "group": "0,1,6",
"style": { "style": {
"navigationBarTitleText": "list-view | 列表组件" "navigationBarTitleText": "list-view | 列表容器"
} }
}, },
{ {
...@@ -93,14 +93,14 @@ ...@@ -93,14 +93,14 @@
}, },
{ {
"path": "pages/component/sticky-section/sticky-section", "path": "pages/component/sticky-section/sticky-section",
"group": "0,1,9,1", "group": "0,1,7,1",
"style": { "style": {
"navigationBarTitleText": "sticky-section | 吸顶布局容器" "navigationBarTitleText": "sticky-section | 吸顶布局容器"
} }
}, },
{ {
"path": "pages/component/sticky-header/sticky-header", "path": "pages/component/sticky-header/sticky-header",
"group": "0,1,9,0", "group": "0,1,7,0",
"style": { "style": {
"navigationBarTitleText": "sticky-header | 吸顶布局容器", "navigationBarTitleText": "sticky-header | 吸顶布局容器",
"enablePullDownRefresh": false "enablePullDownRefresh": false
...@@ -361,7 +361,7 @@ ...@@ -361,7 +361,7 @@
// #ifndef WEB // #ifndef WEB
{ {
"path": "pages/component/nested-scroll-header/nested-scroll-header", "path": "pages/component/nested-scroll-header/nested-scroll-header",
"group": "0,1,10,0", "group": "0,1,8,0",
"style": { "style": {
"navigationBarTitleText": "nested-scroll-header" "navigationBarTitleText": "nested-scroll-header"
} }
...@@ -370,7 +370,7 @@ ...@@ -370,7 +370,7 @@
// #ifndef WEB // #ifndef WEB
{ {
"path": "pages/component/nested-scroll-body/nested-scroll-body", "path": "pages/component/nested-scroll-body/nested-scroll-body",
"group": "0,1,10,1", "group": "0,1,8,1",
"style": { "style": {
"navigationBarTitleText": "nested-scroll-body" "navigationBarTitleText": "nested-scroll-body"
} }
...@@ -386,9 +386,9 @@ ...@@ -386,9 +386,9 @@
// #ifdef WEB // #ifdef WEB
{ {
"path": "pages/component/movable-view/movable-view", "path": "pages/component/movable-view/movable-view",
"group": "0,1,5", "group": "0,1,4,1",
"style": { "style": {
"navigationBarTitleText": "movable-view | 可移动的视图容器" "navigationBarTitleText": "movable-view | 可拖动视图容器"
} }
}, },
// #endif // #endif
...@@ -406,7 +406,7 @@ ...@@ -406,7 +406,7 @@
"path": "pages/component/picker/picker", "path": "pages/component/picker/picker",
"group": "0,3,6", "group": "0,3,6",
"style": { "style": {
"navigationBarTitleText": "picker | 底部弹出滚动选择器" "navigationBarTitleText": "picker | 底部弹出滚动选择器"
} }
}, },
// #endif // #endif
...@@ -422,7 +422,7 @@ ...@@ -422,7 +422,7 @@
// #ifdef WEB // #ifdef WEB
{ {
"path": "pages/component/cover-view/cover-view", "path": "pages/component/cover-view/cover-view",
"group": "0,1,6", "group": "0,1,5,0",
"style": { "style": {
"navigationBarTitleText": "cover-view" "navigationBarTitleText": "cover-view"
} }
...@@ -1798,16 +1798,27 @@ ...@@ -1798,16 +1798,27 @@
"name": "swiper" "name": "swiper"
}, },
null, null,
null,
{ {
"id": "component.view-container.movable-view", "id": "component.view-container.movable",
"name": "movable-view" "name": "movable",
"children": [
null,
{
"id": "component.view-container.movable.movable-view",
"name": "movable-view"
}
]
}, },
{ {
"id": "component.view-container.cover-view", "id": "component.view-container.cover",
"name": "cover-view" "name": "cover",
"children": [
{
"id": "component.view-container.cover.cover-view",
"name": "cover-view"
}
]
}, },
null,
{ {
"id": "component.view-container.list-view", "id": "component.view-container.list-view",
"name": "list-view" "name": "list-view"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册