合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
1.8 KiB

  1. {
  2. "id": "lime-radio",
  3. "displayName": "lime-radio 单选框",
  4. "version": "0.0.7",
  5. "description": "lime-radio 在一组备选项中进行单选,支持自定义大小,自定义图标等,兼容uniapp/uniappx",
  6. "keywords": [
  7. "lime-radio",
  8. "radio",
  9. "单选框"
  10. ],
  11. "repository": "",
  12. "engines": {
  13. "HBuilderX": "^4.34"
  14. },
  15. "dcloudext": {
  16. "type": "component-vue",
  17. "sale": {
  18. "regular": {
  19. "price": "0.00"
  20. },
  21. "sourcecode": {
  22. "price": "0.00"
  23. }
  24. },
  25. "contact": {
  26. "qq": ""
  27. },
  28. "declaration": {
  29. "ads": "无",
  30. "data": "无",
  31. "permissions": "无"
  32. },
  33. "npmurl": ""
  34. },
  35. "uni_modules": {
  36. "dependencies": [
  37. "lime-style",
  38. "lime-shared"
  39. ],
  40. "encrypt": [],
  41. "platforms": {
  42. "cloud": {
  43. "tcb": "y",
  44. "aliyun": "y",
  45. "alipay": "y"
  46. },
  47. "client": {
  48. "Vue": {
  49. "vue2": "u",
  50. "vue3": "y"
  51. },
  52. "App": {
  53. "app-vue": "y",
  54. "app-nvue": "u",
  55. "app-uvue": "y",
  56. "app-harmony": "u"
  57. },
  58. "H5-mobile": {
  59. "Safari": "y",
  60. "Android Browser": "y",
  61. "微信浏览器(Android)": "y",
  62. "QQ浏览器(Android)": "y"
  63. },
  64. "H5-pc": {
  65. "Chrome": "u",
  66. "IE": "u",
  67. "Edge": "u",
  68. "Firefox": "u",
  69. "Safari": "u"
  70. },
  71. "小程序": {
  72. "微信": "y",
  73. "阿里": "u",
  74. "百度": "u",
  75. "字节跳动": "u",
  76. "QQ": "u",
  77. "钉钉": "u",
  78. "快手": "u",
  79. "飞书": "u",
  80. "京东": "u"
  81. },
  82. "快应用": {
  83. "华为": "u",
  84. "联盟": "u"
  85. }
  86. }
  87. }
  88. }
  89. }