| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "id": "uni-chooseSystemImage",
- "displayName": "uni-chooseSystemMedia",
- "version": "1.1.3",
- "description": "从手机相册中选择图片或视频,解决google play新政策禁止添加媒体权限的问题",
- "keywords": [
- "google",
- "上架",
- "图片选择"
- ],
- "repository": "",
- "engines": {
- "HBuilderX": "^4.29",
- "uni-app": "^4.51",
- "uni-app-x": "^4.51"
- },
- "dcloudext": {
- "type": "uts",
- "sale": {
- "regular": {
- "price": "0.00"
- },
- "sourcecode": {
- "price": "0.00"
- }
- },
- "contact": {
- "qq": ""
- },
- "declaration": {
- "ads": "无",
- "data": "本插件不会采集任何隐私信息,获取权限仅是为了兼容android12及以下版本的系统。",
- "permissions": "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\" />"
- },
- "npmurl": "",
- "darkmode": "x",
- "i18n": "x",
- "widescreen": "x"
- },
- "uni_modules": {
- "dependencies": [],
- "encrypt": [],
- "platforms": {
- "cloud": {
- "tcb": "√",
- "aliyun": "√",
- "alipay": "√"
- },
- "client": {
- "uni-app": {
- "vue": {
- "vue2": {
- "extVersion": "1.0.0",
- "minVersion": ""
- },
- "vue3": {
- "extVersion": "1.0.0",
- "minVersion": ""
- }
- },
- "web": {
- "safari": "-",
- "chrome": "-"
- },
- "app": {
- "vue": "-",
- "nvue": "-",
- "android": {
- "extVersion": "1.0.0",
- "minVersion": "21"
- },
- "ios": "-",
- "harmony": "-"
- },
- "mp": {
- "weixin": "-",
- "alipay": "-",
- "toutiao": "-",
- "baidu": "-",
- "kuaishou": "-",
- "jd": "-",
- "harmony": "-",
- "qq": "-",
- "lark": "-"
- },
- "quickapp": {
- "huawei": "-",
- "union": "-"
- }
- },
- "uni-app-x": {
- "web": {
- "safari": "-",
- "chrome": "-"
- },
- "app": {
- "android": {
- "extVersion": "1.0.0",
- "minVersion": "21"
- },
- "ios": "-",
- "harmony": "-"
- },
- "mp": {
- "weixin": "-"
- }
- }
- }
- }
- }
- }
|