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

feat: 调整 shareWithSystem 示例目录

上级 8b1e7d01
...@@ -1211,7 +1211,7 @@ ...@@ -1211,7 +1211,7 @@
// #endif // #endif
{ {
"path": "pages/API/uni-push/uni-push", "path": "pages/API/uni-push/uni-push",
"group": "1,15,0", "group": "1,16,0",
"style": { "style": {
"navigationBarTitleText": "推送" "navigationBarTitleText": "推送"
} }
...@@ -1259,15 +1259,16 @@ ...@@ -1259,15 +1259,16 @@
} }
}, },
// #endif // #endif
// #ifdef APP // #ifdef APP-ANDROID || APP-IOS
{ {
"path": "pages/API/share/share", "path": "pages/API/share-with-system/share-with-system",
"style": { "group": "1,15,0",
"navigationBarTitleText": "分享", "style": {
"enablePullDownRefresh": false "navigationBarTitleText": "shareWithSystem",
} "enablePullDownRefresh": false
}, }
// #endif },
// #endif
{ {
"path": "pages/tabBar/CSS", "path": "pages/tabBar/CSS",
"style": { "style": {
...@@ -1926,10 +1927,9 @@ ...@@ -1926,10 +1927,9 @@
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS // #ifdef APP-ANDROID || APP-IOS
{ {
"path" : "uni_modules/uni-upgrade-center-app/pages/uni-app-x/upgrade-popup", "path": "uni_modules/uni-upgrade-center-app/pages/uni-app-x/upgrade-popup",
"style" : "style": {
{ "navigationBarTitleText": ""
"navigationBarTitleText" : ""
} }
} }
// #endif // #endif
...@@ -2548,6 +2548,16 @@ ...@@ -2548,6 +2548,16 @@
} }
] ]
}, },
{
"id": "api.share",
"name": "分享",
"children": [
{
"id": "api.share.shareWithSystem",
"name": "shareWithSystem"
}
]
},
{ {
"id": "api.push", "id": "api.push",
"name": "推送", "name": "推送",
...@@ -2558,7 +2568,6 @@ ...@@ -2558,7 +2568,6 @@
} }
] ]
}, },
null,
{ {
"id": "api.unicloud", "id": "api.unicloud",
"name": "uniCloud客户端API", "name": "uniCloud客户端API",
...@@ -2915,4 +2924,4 @@ ...@@ -2915,4 +2924,4 @@
] ]
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册