From e3c001fd75b5c0770c0acab5d129647622b5dc59 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Mon, 29 Jan 2024 11:20:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20web=E7=AB=AF=E5=B1=8F=E8=94=BD=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E5=9B=BE=E7=89=87=E5=88=B0=E7=9B=B8=E5=86=8C=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages.json b/pages.json index 6e717d87..dc556872 100644 --- a/pages.json +++ b/pages.json @@ -562,6 +562,12 @@ "style": { "navigationBarTitleText": "get-app-authorize-setting" } + }, + { + "path": "pages/API/save-image-to-photos-album/save-image-to-photos-album", + "style": { + "navigationBarTitleText": "保存图片到相册" + } }, // #endif { @@ -570,12 +576,6 @@ "navigationBarTitleText": "图片预览" } }, - { - "path": "pages/API/save-image-to-photos-album/save-image-to-photos-album", - "style": { - "navigationBarTitleText": "保存图片到相册" - } - }, { "path": "pages/API/choose-image/choose-image", "style": { -- GitLab