package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "id": "uts-progressNotification",
  3. "displayName": "uts-progressNotification",
  4. "version": "1.1.1",
  5. "description": "uts-progressNotification",
  6. "keywords": [
  7. "progressNotification"
  8. ],
  9. "repository": "",
  10. "engines": {
  11. "HBuilderX": "^3.91"
  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": "TargetSDKVersion33以上时需配置\n`android.permission.POST_NOTIFICATIONS`"
  30. },
  31. "npmurl": ""
  32. },
  33. "uni_modules": {
  34. "dependencies": [],
  35. "encrypt": [],
  36. "platforms": {
  37. "cloud": {
  38. "tcb": "y",
  39. "aliyun": "y",
  40. "alipay": "n"
  41. },
  42. "client": {
  43. "Vue": {
  44. "vue2": "y",
  45. "vue3": "y"
  46. },
  47. "App": {
  48. "app-android": {
  49. "minVersion": "19"
  50. },
  51. "app-ios": "n"
  52. },
  53. "H5-mobile": {
  54. "Safari": "n",
  55. "Android Browser": "n",
  56. "微信浏览器(Android)": "n",
  57. "QQ浏览器(Android)": "n"
  58. },
  59. "H5-pc": {
  60. "Chrome": "n",
  61. "IE": "n",
  62. "Edge": "n",
  63. "Firefox": "n",
  64. "Safari": "n"
  65. },
  66. "小程序": {
  67. "微信": "n",
  68. "阿里": "n",
  69. "百度": "n",
  70. "字节跳动": "n",
  71. "QQ": "n",
  72. "钉钉": "n",
  73. "快手": "n",
  74. "飞书": "n",
  75. "京东": "n"
  76. },
  77. "快应用": {
  78. "华为": "n",
  79. "联盟": "n"
  80. }
  81. }
  82. }
  83. }
  84. }