From 41860ab9916520e4f3c7386d362600e14a144df9 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?[share]=E8=B0=83=E6=95=B4=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 +++++--- .../share-with-system.uvue} | 0 2 files changed, 5 insertions(+), 3 deletions(-) rename pages/API/{share/share.uvue => share-with-system/share-with-system.uvue} (100%) diff --git a/pages.json b/pages.json index c5b758e1..97447e0b 100644 --- a/pages.json +++ b/pages.json @@ -1836,15 +1836,17 @@ "navigationBarTitleText": "打开schema示例" } }, - // #ifdef APP + // #ifdef APP-ANDROID || APP-IOS { - "path": "pages/API/share/share", + "path": "pages/API/share-with-system/share-with-system", + "group": "1,15,0", "style": { - "navigationBarTitleText": "分享", + "navigationBarTitleText": "shareWithSystem", "enablePullDownRefresh": false } }, // #endif + // #ifdef APP || WEB { "path": "uni_modules/uni-pay-x/pages/success/success", 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