From f7982d45de1c24830dfe694f146df8eebde0bfdc Mon Sep 17 00:00:00 2001 From: xsl Date: Thu, 12 Mar 2026 20:25:20 +0800 Subject: [PATCH] save code --- manifest.json | 11 ++- pages/index/index.uvue | 150 ++++------------------------------------- 2 files changed, 24 insertions(+), 137 deletions(-) diff --git a/manifest.json b/manifest.json index 4f70d2f..730d0db 100644 --- a/manifest.json +++ b/manifest.json @@ -58,7 +58,16 @@ "distribute": { "modules": {}, "icons": {}, - "splashScreens": {} + "splashScreens": {}, + "privacyDescription": { + "NSPhotoLibraryUsageDescription": "读取相册", + "NSPhotoLibraryAddUsageDescription": "写入相册", + "NSCameraUsageDescription": "要摄像头", + "NSMicrophoneUsageDescription": "要麦克风", + "NSLocationWhenInUseUsageDescription": "要访问", + "NSLocationAlwaysUsageDescription": "要访问", + "NSLocationAlwaysAndWhenInUseUsageDescription": "要访问" + } } } } \ No newline at end of file diff --git a/pages/index/index.uvue b/pages/index/index.uvue index b6bfe91..32e7bb7 100644 --- a/pages/index/index.uvue +++ b/pages/index/index.uvue @@ -1,22 +1,9 @@