package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "id": "uni-chooseSystemImage",
  3. "displayName": "uni-chooseSystemMedia",
  4. "version": "1.1.3",
  5. "description": "从手机相册中选择图片或视频,解决google play新政策禁止添加媒体权限的问题",
  6. "keywords": [
  7. "google",
  8. "上架",
  9. "图片选择"
  10. ],
  11. "repository": "",
  12. "engines": {
  13. "HBuilderX": "^4.29",
  14. "uni-app": "^4.51",
  15. "uni-app-x": "^4.51"
  16. },
  17. "dcloudext": {
  18. "type": "uts",
  19. "sale": {
  20. "regular": {
  21. "price": "0.00"
  22. },
  23. "sourcecode": {
  24. "price": "0.00"
  25. }
  26. },
  27. "contact": {
  28. "qq": ""
  29. },
  30. "declaration": {
  31. "ads": "无",
  32. "data": "本插件不会采集任何隐私信息,获取权限仅是为了兼容android12及以下版本的系统。",
  33. "permissions": "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\" />"
  34. },
  35. "npmurl": "",
  36. "darkmode": "x",
  37. "i18n": "x",
  38. "widescreen": "x"
  39. },
  40. "uni_modules": {
  41. "dependencies": [],
  42. "encrypt": [],
  43. "platforms": {
  44. "cloud": {
  45. "tcb": "√",
  46. "aliyun": "√",
  47. "alipay": "√"
  48. },
  49. "client": {
  50. "uni-app": {
  51. "vue": {
  52. "vue2": {
  53. "extVersion": "1.0.0",
  54. "minVersion": ""
  55. },
  56. "vue3": {
  57. "extVersion": "1.0.0",
  58. "minVersion": ""
  59. }
  60. },
  61. "web": {
  62. "safari": "-",
  63. "chrome": "-"
  64. },
  65. "app": {
  66. "vue": "-",
  67. "nvue": "-",
  68. "android": {
  69. "extVersion": "1.0.0",
  70. "minVersion": "21"
  71. },
  72. "ios": "-",
  73. "harmony": "-"
  74. },
  75. "mp": {
  76. "weixin": "-",
  77. "alipay": "-",
  78. "toutiao": "-",
  79. "baidu": "-",
  80. "kuaishou": "-",
  81. "jd": "-",
  82. "harmony": "-",
  83. "qq": "-",
  84. "lark": "-"
  85. },
  86. "quickapp": {
  87. "huawei": "-",
  88. "union": "-"
  89. }
  90. },
  91. "uni-app-x": {
  92. "web": {
  93. "safari": "-",
  94. "chrome": "-"
  95. },
  96. "app": {
  97. "android": {
  98. "extVersion": "1.0.0",
  99. "minVersion": "21"
  100. },
  101. "ios": "-",
  102. "harmony": "-"
  103. },
  104. "mp": {
  105. "weixin": "-"
  106. }
  107. }
  108. }
  109. }
  110. }
  111. }