nutui.config.js 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. module.exports = [
  2. {
  3. "name": "基础组件",
  4. "enName": "basic",
  5. "packages": [
  6. {
  7. "version": "3.0.0",
  8. "name": "Button",
  9. "taro": true,
  10. "sort": 1,
  11. "cName": "按钮",
  12. "type": "component",
  13. "show": true,
  14. "desc": "按钮用于触发一个操作,如提交表单。",
  15. "author": ""
  16. },
  17. {
  18. "version": "3.0.0",
  19. "name": "Cell",
  20. "taro": true,
  21. "sort": 1,
  22. "cName": "单元格",
  23. "type": "component",
  24. "show": true,
  25. "desc": "展示列表",
  26. "author": ""
  27. },
  28. {
  29. "version": "3.0.0",
  30. "name": "Icon",
  31. "taro": true,
  32. "sort": 3,
  33. "cName": "图标",
  34. "type": "component",
  35. "show": true,
  36. "desc": "图标",
  37. "author": ""
  38. },
  39. {
  40. "version": "3.0.0",
  41. "name": "Divider",
  42. "taro": true,
  43. "sort": 3,
  44. "cName": "分割线",
  45. "type": "component",
  46. "show": true,
  47. "desc": "分割线",
  48. "author": ""
  49. },
  50. {
  51. "version": "3.0.0",
  52. "name": "Grid",
  53. "taro": true,
  54. "sort": 3,
  55. "cName": "宫格",
  56. "type": "component",
  57. "show": true,
  58. "desc": "宫格",
  59. "author": ""
  60. },
  61. {
  62. "version": "3.0.0",
  63. "name": "Overlay",
  64. "taro": true,
  65. "sort": 3,
  66. "cName": "遮罩层",
  67. "type": "component",
  68. "show": true,
  69. "desc": "遮罩层",
  70. "author": ""
  71. },
  72. {
  73. "version": "3.0.0",
  74. "name": "Transition",
  75. "taro": true,
  76. "sort": 3,
  77. "cName": "动画",
  78. "type": "component",
  79. "show": true,
  80. "desc": "动画",
  81. "author": ""
  82. },
  83. ]
  84. }
  85. ]