diff --git a/pages.json b/pages.json index 197e93c96f8426acaeb2492ba61568c0e6a8f3b3..669af95475eee1860668c958a18490fb51cdde59 100644 --- a/pages.json +++ b/pages.json @@ -1211,7 +1211,7 @@ // #endif { "path": "pages/API/uni-push/uni-push", - "group": "1,15,0", + "group": "1,16,0", "style": { "navigationBarTitleText": "推送" } @@ -1259,15 +1259,16 @@ } }, // #endif - // #ifdef APP - { - "path": "pages/API/share/share", - "style": { - "navigationBarTitleText": "分享", - "enablePullDownRefresh": false - } - }, - // #endif + // #ifdef APP-ANDROID || APP-IOS + { + "path": "pages/API/share-with-system/share-with-system", + "group": "1,15,0", + "style": { + "navigationBarTitleText": "shareWithSystem", + "enablePullDownRefresh": false + } + }, + // #endif { "path": "pages/tabBar/CSS", "style": { @@ -1926,10 +1927,9 @@ // #endif // #ifdef APP-ANDROID || APP-IOS { - "path" : "uni_modules/uni-upgrade-center-app/pages/uni-app-x/upgrade-popup", - "style" : - { - "navigationBarTitleText" : "" + "path": "uni_modules/uni-upgrade-center-app/pages/uni-app-x/upgrade-popup", + "style": { + "navigationBarTitleText": "" } } // #endif @@ -2548,6 +2548,16 @@ } ] }, + { + "id": "api.share", + "name": "分享", + "children": [ + { + "id": "api.share.shareWithSystem", + "name": "shareWithSystem" + } + ] + }, { "id": "api.push", "name": "推送", @@ -2558,7 +2568,6 @@ } ] }, - null, { "id": "api.unicloud", "name": "uniCloud客户端API", @@ -2915,4 +2924,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/pages/API/share/share.uvue b/pages/API/share-with-system/share-with-system.uvue similarity index 100% rename from pages/API/share/share.uvue rename to pages/API/share-with-system/share-with-system.uvue