config.js 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports["default"] = void 0;
  6. var _default = [{
  7. groupName: "基础组件",
  8. icon: "https://img.yzcdn.cn/vant/basic-0401.svg",
  9. list: [{
  10. path: "/button",
  11. title: "Button 按钮"
  12. }, {
  13. path: "/cell",
  14. title: "Cell 单元格"
  15. }, {
  16. path: "/icon",
  17. title: "Icon 图标"
  18. }, {
  19. path: "/image",
  20. title: "Image 图片"
  21. }, {
  22. path: "/col",
  23. title: "Layout 布局"
  24. }, {
  25. path: "/popup",
  26. title: "Popup 弹出层"
  27. }, {
  28. path: "/transition",
  29. title: "Transition 动画"
  30. }]
  31. }, {
  32. groupName: "表单组件",
  33. icon: "https://img.yzcdn.cn/vant/form-0401.svg",
  34. list: [{
  35. path: "/calendar",
  36. title: "Calendar 日历"
  37. }, {
  38. path: "/checkbox",
  39. title: "Checkbox 复选框"
  40. }, {
  41. path: "/datetime-picker",
  42. title: "DatetimePicker 时间选择"
  43. }, {
  44. path: "/field",
  45. title: "Field 输入框"
  46. }, {
  47. path: "/picker",
  48. title: "Picker 选择器"
  49. }, {
  50. path: "/radio",
  51. title: "Radio 单选框"
  52. }, {
  53. path: "/rate",
  54. title: "Rate 评分"
  55. }, {
  56. path: "/search",
  57. title: "Search 搜索"
  58. }, {
  59. path: "/slider",
  60. title: "Slider 滑块"
  61. }, {
  62. path: "/stepper",
  63. title: "Stepper 步进器"
  64. }, {
  65. path: "/switch",
  66. title: "Switch 开关"
  67. }, {
  68. path: "/uploader",
  69. title: "Uploader 文件上传"
  70. }]
  71. }, {
  72. groupName: "反馈组件",
  73. icon: "passed",
  74. list: [{
  75. path: "/action-sheet",
  76. title: "ActionSheet 上拉菜单"
  77. }, {
  78. path: "/dialog",
  79. title: "Dialog 弹出框"
  80. }, {
  81. path: "/dropdown-menu",
  82. title: "DropdownMenu 下拉菜单"
  83. }, {
  84. path: "/loading",
  85. title: "Loading 加载"
  86. }, {
  87. path: "/notify",
  88. title: "Notify 消息通知"
  89. }, {
  90. path: "/overlay",
  91. title: "Overlay 遮罩层"
  92. }, {
  93. path: "/share-sheet",
  94. title: "ShareSheet 分享面板"
  95. }, {
  96. path: "/swipe-cell",
  97. title: "SwipeCell 滑动单元格"
  98. }, {
  99. path: "/toast",
  100. title: "Toast 轻提示"
  101. }]
  102. }, {
  103. groupName: "展示组件",
  104. icon: "photo-o",
  105. list: [{
  106. path: "/circle",
  107. title: "Circle 进度条"
  108. }, {
  109. path: "/collapse",
  110. title: "Collapse 折叠面板"
  111. }, {
  112. path: "/count-down",
  113. title: "CountDown 倒计时"
  114. }, {
  115. path: "/divider",
  116. title: "Divider 分割线"
  117. }, {
  118. path: "/empty",
  119. title: "Empty 空状态"
  120. }, {
  121. path: "/notice-bar",
  122. title: "NoticeBar 通告栏"
  123. }, {
  124. path: "/panel",
  125. title: "Panel 面板"
  126. }, {
  127. path: "/progress",
  128. title: "Progress 进度条"
  129. }, {
  130. path: "/skeleton",
  131. title: "Skeleton 骨架屏"
  132. }, {
  133. path: "/steps",
  134. title: "Steps 步骤条"
  135. }, {
  136. path: "/sticky",
  137. title: "Sticky 粘性布局"
  138. }, {
  139. path: "/tag",
  140. title: "Tag 标记"
  141. }, {
  142. path: "/tree-select",
  143. title: "TreeSelect 分类选择"
  144. }]
  145. }, {
  146. groupName: "导航组件",
  147. icon: "https://img.yzcdn.cn/vant/nav-0401.svg",
  148. list: [{
  149. path: "/grid",
  150. title: "Grid 宫格"
  151. }, {
  152. path: "/index-bar",
  153. title: "IndexBar 索引栏"
  154. }, {
  155. path: "/sidebar",
  156. title: "Sidebar 侧边导航"
  157. }, {
  158. path: "/nav-bar",
  159. title: "NavBar 导航栏"
  160. }, {
  161. path: "/tab",
  162. title: "Tab 标签页"
  163. }, {
  164. path: "/tabbar",
  165. title: "Tabbar 标签栏"
  166. }]
  167. }, {
  168. groupName: "业务组件",
  169. icon: "ellipsis",
  170. list: [{
  171. path: "/area",
  172. title: "Area 省市区选择"
  173. }, {
  174. path: "/card",
  175. title: "Card 商品卡片"
  176. }, {
  177. path: "/submit-bar",
  178. title: "SubmitBar 提交订单栏"
  179. }, {
  180. path: "/goods-action",
  181. title: "GoodsAction 商品导航"
  182. }]
  183. }];
  184. exports["default"] = _default;