From 1550e6a598ff380fa6513b3a0776a74e11bc9bb2 Mon Sep 17 00:00:00 2001 From: 18631081161 <2088094923@qq.com> Date: Thu, 29 May 2025 18:53:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index cc08458..aa34a27 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "友达赏", "appid" : "__UNI__2E6CB39", "description" : "", - "versionName" : "1.0.3", - "versionCode" : 103, + "versionName" : "1.0.1", + "versionCode" : 101, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -22,7 +22,7 @@ /* 模块配置 */ "modules" : { "Payment" : {}, - "Share" : {} + "Camera" : {} }, /* 应用发布信息 */ "distribute" : { @@ -53,7 +53,11 @@ "ios" : { "dSYMs" : false, "urltypes" : "youdas", - "idfa" : false + "idfa" : false, + "privacyDescription" : { + "NSPhotoLibraryUsageDescription" : "为了设置您的个人头像,我们需要访问您的照片图库。这将允许您从相册中选择现有照片作为头像。我们只会在您主动选择更换头像时访问照片,未经您的许可绝不会查看您的其他照片。", + "NSPhotoLibraryAddUsageDescription" : "我们需要访问权限以便将生成的海报保存到您的相册中。这样您就可以方便地在照片应用中查看和分享这些海报。我们只会在您明确选择保存时才将图片存入相册。" + } }, /* SDK配置 */ "sdkConfigs" : { @@ -192,6 +196,5 @@ "enable" : false } }, - "fallbackLocale" : "zh-Hans", - "sassImplementationName" : "node-sass" + "fallbackLocale" : "zh-Hans" }