From d0963793eb062f9185b945e6dad2579895662320 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Wed, 10 Jul 2024 15:01:43 +0800 Subject: [PATCH] chore: update pages.json --- pages.json | 43 +++++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 16 deletions(-) diff --git a/pages.json b/pages.json index 812b2abe..d2b63832 100644 --- a/pages.json +++ b/pages.json @@ -54,9 +54,9 @@ }, { "path": "pages/component/list-view/list-view", - "group": "0,1,8", + "group": "0,1,6", "style": { - "navigationBarTitleText": "list-view | 列表组件" + "navigationBarTitleText": "list-view | 列表容器" } }, { @@ -93,14 +93,14 @@ }, { "path": "pages/component/sticky-section/sticky-section", - "group": "0,1,9,1", + "group": "0,1,7,1", "style": { "navigationBarTitleText": "sticky-section | 吸顶布局容器" } }, { "path": "pages/component/sticky-header/sticky-header", - "group": "0,1,9,0", + "group": "0,1,7,0", "style": { "navigationBarTitleText": "sticky-header | 吸顶布局容器", "enablePullDownRefresh": false @@ -361,7 +361,7 @@ // #ifndef WEB { "path": "pages/component/nested-scroll-header/nested-scroll-header", - "group": "0,1,10,0", + "group": "0,1,8,0", "style": { "navigationBarTitleText": "nested-scroll-header" } @@ -370,7 +370,7 @@ // #ifndef WEB { "path": "pages/component/nested-scroll-body/nested-scroll-body", - "group": "0,1,10,1", + "group": "0,1,8,1", "style": { "navigationBarTitleText": "nested-scroll-body" } @@ -386,9 +386,9 @@ // #ifdef WEB { "path": "pages/component/movable-view/movable-view", - "group": "0,1,5", + "group": "0,1,4,1", "style": { - "navigationBarTitleText": "movable-view | 可移动的视图容器" + "navigationBarTitleText": "movable-view | 可拖动视图容器" } }, // #endif @@ -406,7 +406,7 @@ "path": "pages/component/picker/picker", "group": "0,3,6", "style": { - "navigationBarTitleText": "picker | 底部弹出的滚动选择器" + "navigationBarTitleText": "picker | 底部弹出滚动选择器" } }, // #endif @@ -422,7 +422,7 @@ // #ifdef WEB { "path": "pages/component/cover-view/cover-view", - "group": "0,1,6", + "group": "0,1,5,0", "style": { "navigationBarTitleText": "cover-view" } @@ -1798,16 +1798,27 @@ "name": "swiper" }, null, - null, { - "id": "component.view-container.movable-view", - "name": "movable-view" + "id": "component.view-container.movable", + "name": "movable", + "children": [ + null, + { + "id": "component.view-container.movable.movable-view", + "name": "movable-view" + } + ] }, { - "id": "component.view-container.cover-view", - "name": "cover-view" + "id": "component.view-container.cover", + "name": "cover", + "children": [ + { + "id": "component.view-container.cover.cover-view", + "name": "cover-view" + } + ] }, - null, { "id": "component.view-container.list-view", "name": "list-view" -- GitLab