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

chore: 更新 pages.json

上级 2079cc40
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
}, },
{ {
"path": "pages/component/image/image", "path": "pages/component/image/image",
"group": "0,5,1", "group": "0,5,0",
"style": { "style": {
"navigationBarTitleText": "image | 图片" "navigationBarTitleText": "image | 图片"
} }
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
}, },
{ {
"path": "pages/component/video/video", "path": "pages/component/video/video",
"group": "0,5,2", "group": "0,5,1",
"style": { "style": {
"navigationBarTitleText": "video | 视频" "navigationBarTitleText": "video | 视频"
} }
...@@ -491,7 +491,7 @@ ...@@ -491,7 +491,7 @@
// #ifndef WEB // #ifndef WEB
{ {
"path": "pages/component/animation-view/animation-view", "path": "pages/component/animation-view/animation-view",
"group": "0,5,3", "group": "0,5,2",
"style": { "style": {
"navigationBarTitleText": "animation-view | Lottie动画", "navigationBarTitleText": "animation-view | Lottie动画",
"enablePullDownRefresh": false "enablePullDownRefresh": false
...@@ -548,7 +548,7 @@ ...@@ -548,7 +548,7 @@
}, },
{ {
"path": "pages/API/get-launch-options-sync/get-launch-options-sync", "path": "pages/API/get-launch-options-sync/get-launch-options-sync",
"group": "1,1,4", "group": "1,1,4,0",
"style": { "style": {
"navigationBarTitleText": "getLaunchOptionsSync | 获取启动参数" "navigationBarTitleText": "getLaunchOptionsSync | 获取启动参数"
} }
...@@ -969,7 +969,7 @@ ...@@ -969,7 +969,7 @@
"path": "pages/API/request-payment/request-payment", "path": "pages/API/request-payment/request-payment",
"group": "1,14,0", "group": "1,14,0",
"style": { "style": {
"navigationBarTitleText": "requestPayment | 发起支付", "navigationBarTitleText": "requestPayment | 支付(requestPayment)",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
...@@ -997,7 +997,7 @@ ...@@ -997,7 +997,7 @@
"path": "pages/API/virtual-payment/virtual-payment", "path": "pages/API/virtual-payment/virtual-payment",
"group": "1,14,1", "group": "1,14,1",
"style": { "style": {
"navigationBarTitleText": "virtualPayment | 苹果内购", "navigationBarTitleText": "virtualPayment | 虚拟支付(requestVirtualPayment)",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
...@@ -1980,7 +1980,6 @@ ...@@ -1980,7 +1980,6 @@
"id": "component.media", "id": "component.media",
"name": "媒体组件", "name": "媒体组件",
"children": [ "children": [
null,
{ {
"id": "component.media.image", "id": "component.media.image",
"name": "image" "name": "image"
...@@ -2050,8 +2049,14 @@ ...@@ -2050,8 +2049,14 @@
"name": "interceptor" "name": "interceptor"
}, },
{ {
"id": "api.base.getLaunchOptionsSync", "id": "api.base.launch",
"name": "Launch",
"children": [
{
"id": "api.base.launch.getLaunchOptionsSync",
"name": "getLaunchOptionsSync" "name": "getLaunchOptionsSync"
}
]
}, },
{ {
"id": "api.base.exit", "id": "api.base.exit",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册