nutui.config.js 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. "version": "3.0.0",
  85. "name": "Popup",
  86. "taro": true,
  87. "sort": 3,
  88. "cName": "弹出层",
  89. "type": "component",
  90. "show": true,
  91. "desc": "弹出层",
  92. "author": ""
  93. },
  94. ]
  95. }
  96. ]