chore: 添加 iOS/Android 相机和相册权限配置

This commit is contained in:
qzl
2026-03-11 17:32:00 +08:00
parent e2eff03060
commit 177ed616bf
5 changed files with 59 additions and 28 deletions
+4
View File
@@ -45,5 +45,9 @@
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>需要使用相机来拍摄照片</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>需要访问相册来选择照片</string>
</dict>
</plist>