From 5296309a70bf65e6cc3591703abec36d42216d21 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Mon, 11 Nov 2024 16:02:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=20shareWithSystem=20?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 41 +++++++++++-------- .../share-with-system.uvue} | 0 2 files changed, 25 insertions(+), 16 deletions(-) rename pages/API/{share/share.uvue => share-with-system/share-with-system.uvue} (100%) diff --git a/pages.json b/pages.json index 197e93c9..669af954 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 -- GitLab