package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "id": "uni-usercapturescreen",
  3. "displayName": "uni-usercapturescreen",
  4. "version": "1.0.6",
  5. "description": "用户主动截屏事件监听",
  6. "keywords": [
  7. "截屏"
  8. ],
  9. "repository": "",
  10. "engines": {
  11. "HBuilderX": "^3.7.7"
  12. },
  13. "dcloudext": {
  14. "type": "uts",
  15. "sale": {
  16. "regular": {
  17. "price": "0.00"
  18. },
  19. "sourcecode": {
  20. "price": "0.00"
  21. }
  22. },
  23. "contact": {
  24. "qq": ""
  25. },
  26. "declaration": {
  27. "ads": "无",
  28. "data": "插件不采集任何数据",
  29. "permissions": "无"
  30. },
  31. "npmurl": ""
  32. },
  33. "uni_modules": {
  34. "uni-ext-api":{
  35. "uni": {
  36. "onUserCaptureScreen": {
  37. "web": false
  38. },
  39. "offUserCaptureScreen": {
  40. "web": false
  41. },
  42. "setUserCaptureScreen": {
  43. "web": false,
  44. "mp-weixin": false
  45. }
  46. }
  47. },
  48. "dependencies": [],
  49. "encrypt": [],
  50. "platforms": {
  51. "cloud": {
  52. "tcb": "y",
  53. "aliyun": "y",
  54. "alipay": "n"
  55. },
  56. "client": {
  57. "Vue": {
  58. "vue2": "y",
  59. "vue3": "y"
  60. },
  61. "App": {
  62. "app-android": "y",
  63. "app-ios": "y",
  64. "app-harmony": "y"
  65. },
  66. "H5-mobile": {
  67. "Safari": "n",
  68. "Android Browser": "n",
  69. "微信浏览器(Android)": "n",
  70. "QQ浏览器(Android)": "n"
  71. },
  72. "H5-pc": {
  73. "Chrome": "n",
  74. "IE": "n",
  75. "Edge": "n",
  76. "Firefox": "n",
  77. "Safari": "n"
  78. },
  79. "小程序": {
  80. "微信": "y",
  81. "阿里": "n",
  82. "百度": "n",
  83. "字节跳动": "n",
  84. "QQ": "n",
  85. "钉钉": "n",
  86. "快手": "n",
  87. "飞书": "n",
  88. "京东": "n"
  89. },
  90. "快应用": {
  91. "华为": "n",
  92. "联盟": "n"
  93. }
  94. }
  95. }
  96. }
  97. }