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 @@