diff --git a/pages.json b/pages.json index c30cb796ee0a9c654e3bc8959a4698db9b7ec4f3..995b88dd6430d12e69ba7731f840ccde72e1d3ad 100644 --- a/pages.json +++ b/pages.json @@ -234,7 +234,7 @@ }, { "path": "pages/component/image/image", - "group": "0,5,1", + "group": "0,5,0", "style": { "navigationBarTitleText": "image | 图片" } @@ -265,7 +265,7 @@ }, { "path": "pages/component/video/video", - "group": "0,5,2", + "group": "0,5,1", "style": { "navigationBarTitleText": "video | 视频" } @@ -491,7 +491,7 @@ // #ifndef WEB { "path": "pages/component/animation-view/animation-view", - "group": "0,5,3", + "group": "0,5,2", "style": { "navigationBarTitleText": "animation-view | Lottie动画", "enablePullDownRefresh": false @@ -548,7 +548,7 @@ }, { "path": "pages/API/get-launch-options-sync/get-launch-options-sync", - "group": "1,1,4", + "group": "1,1,4,0", "style": { "navigationBarTitleText": "getLaunchOptionsSync | 获取启动参数" } @@ -969,7 +969,7 @@ "path": "pages/API/request-payment/request-payment", "group": "1,14,0", "style": { - "navigationBarTitleText": "requestPayment | 发起支付", + "navigationBarTitleText": "requestPayment | 支付(requestPayment)", "enablePullDownRefresh": false } }, @@ -997,7 +997,7 @@ "path": "pages/API/virtual-payment/virtual-payment", "group": "1,14,1", "style": { - "navigationBarTitleText": "virtualPayment | 苹果内购", + "navigationBarTitleText": "virtualPayment | 虚拟支付(requestVirtualPayment)", "enablePullDownRefresh": false } }, @@ -1752,14 +1752,14 @@ "backgroundColorContent": "#fffae8" } }, - // #ifdef APP-ANDROID - { - "path": "pages/component/object/object", - "style": { - "navigationBarTitleText": "自定义组件" - } - } - // #endif + // #ifdef APP-ANDROID + { + "path": "pages/component/object/object", + "style": { + "navigationBarTitleText": "自定义组件" + } + } + // #endif ], "globalStyle": { "pageOrientation": "portrait", @@ -1980,7 +1980,6 @@ "id": "component.media", "name": "媒体组件", "children": [ - null, { "id": "component.media.image", "name": "image" @@ -2050,8 +2049,14 @@ "name": "interceptor" }, { - "id": "api.base.getLaunchOptionsSync", - "name": "getLaunchOptionsSync" + "id": "api.base.launch", + "name": "Launch", + "children": [ + { + "id": "api.base.launch.getLaunchOptionsSync", + "name": "getLaunchOptionsSync" + } + ] }, { "id": "api.base.exit", @@ -2702,4 +2707,4 @@ ] } ] -} +} \ No newline at end of file