save code

This commit is contained in:
xsl
2026-03-12 20:25:20 +08:00
parent ba06dec1e4
commit f7982d45de
2 changed files with 24 additions and 137 deletions
+10 -1
View File
@@ -58,7 +58,16 @@
"distribute": {
"modules": {},
"icons": {},
"splashScreens": {}
"splashScreens": {},
"privacyDescription": {
"NSPhotoLibraryUsageDescription": "读取相册",
"NSPhotoLibraryAddUsageDescription": "写入相册",
"NSCameraUsageDescription": "要摄像头",
"NSMicrophoneUsageDescription": "要麦克风",
"NSLocationWhenInUseUsageDescription": "要访问",
"NSLocationAlwaysUsageDescription": "要访问",
"NSLocationAlwaysAndWhenInUseUsageDescription": "要访问"
}
}
}
}