Skip to content

Commit

Permalink
chore: update modules.json
Browse files Browse the repository at this point in the history
  • Loading branch information
im-robot committed Jan 15, 2025
1 parent b623745 commit be854a6
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions packages/uni-uts-v1/lib/ext-api/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -535,17 +535,17 @@
"name": "previewImage",
"app": {
"js": false,
"kotlin": true,
"swift": true,
"kotlin": false,
"swift": false,
"arkts": true
}
},
"closePreviewImage": {
"name": "closePreviewImage",
"app": {
"js": false,
"kotlin": true,
"swift": true,
"kotlin": false,
"swift": false,
"arkts": true
}
},
Expand Down Expand Up @@ -703,6 +703,26 @@
"name": "wxpay"
}
},
"uni-previewImage": {
"uni": {
"previewImage": {
"name": "previewImage",
"app": {
"js": false,
"kotlin": true,
"swift": true
}
},
"closePreviewImage": {
"name": "closePreviewImage",
"app": {
"js": false,
"kotlin": true,
"swift": true
}
}
}
},
"uni-privacy": {
"uni": {
"onPrivacyAuthorizationChange": {
Expand Down

0 comments on commit be854a6

Please sign in to comment.