config.json 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. {
  2. "sorts": [
  3. "数据展示",
  4. "数据录入",
  5. "操作反馈",
  6. "导航组件",
  7. "布局组件",
  8. "基础组件",
  9. "业务组件"
  10. ],
  11. "packages": [
  12. {
  13. "name": "Cell",
  14. "version": "1.0.0",
  15. "sort": "4",
  16. "chnName": "列表项",
  17. "type": "component",
  18. "showDemo": true,
  19. "desc": "列表项,可组合成列表",
  20. "author": "Frans、玉磊"
  21. },
  22. {
  23. "name": "Dialog",
  24. "version": "1.0.0",
  25. "sort": "2",
  26. "chnName": "对话框",
  27. "type": "method",
  28. "showDemo": true,
  29. "desc": "模态弹窗,支持按钮交互,支持图片弹窗。",
  30. "star": 5,
  31. "author": "Frans、肖晓"
  32. },
  33. {
  34. "name": "Icon",
  35. "version": "1.0.0",
  36. "sort": "5",
  37. "chnName": "图标",
  38. "type": "component",
  39. "showDemo": true,
  40. "desc": "网页小图标。",
  41. "author": "Frans"
  42. },
  43. {
  44. "version": "1.0.0",
  45. "name": "Toast",
  46. "sort": "2",
  47. "chnName": "吐司",
  48. "desc": "轻提示。",
  49. "type": "method",
  50. "showDemo": true,
  51. "star": 4,
  52. "author": "Frans、张宇"
  53. },
  54. {
  55. "version": "1.0.0",
  56. "name": "ActionSheet",
  57. "sort": "2",
  58. "chnName": "动作面板",
  59. "desc": "从底部弹出的动作菜单面板。",
  60. "type": "component",
  61. "showDemo": true,
  62. "star": 5,
  63. "author": "iris"
  64. },
  65. {
  66. "version": "1.0.0",
  67. "name": "Tab",
  68. "sort": "3",
  69. "chnName": "选项卡",
  70. "desc": "常用于平级区域大块内容的的收纳和展现。",
  71. "type": "component",
  72. "showDemo": true,
  73. "star": 3,
  74. "author": "甄玉磊"
  75. },
  76. {
  77. "version": "1.0.0",
  78. "name": "TabPanel",
  79. "sort": "3",
  80. "chnName": "选项卡",
  81. "desc": "标签栏 选项卡组件",
  82. "type": "component",
  83. "showDemo": false,
  84. "author": "甄玉磊"
  85. },
  86. {
  87. "version": "1.0.0",
  88. "name": "TabBar",
  89. "sort": "3",
  90. "chnName": "标签栏",
  91. "desc": "用于不同模块以之间的切换",
  92. "type": "component",
  93. "showDemo": true,
  94. "star": 3,
  95. "author": "甄玉磊"
  96. },
  97. {
  98. "version": "1.0.0",
  99. "name": "Calendar",
  100. "sort": "1",
  101. "chnName": "日历",
  102. "desc": "日历",
  103. "type": "component",
  104. "showDemo": true,
  105. "star": 5,
  106. "author": "iris"
  107. },
  108. {
  109. "version": "1.0.0",
  110. "name": "DatePicker",
  111. "sort": "1",
  112. "chnName": "日期选择",
  113. "desc": "日期选择",
  114. "type": "component",
  115. "showDemo": true,
  116. "star": 5,
  117. "author": "iris"
  118. },
  119. {
  120. "version": "1.0.0",
  121. "name": "NavBar",
  122. "sort": "3",
  123. "chnName": "导航栏",
  124. "desc": "移动端头部导航栏",
  125. "type": "component",
  126. "showDemo": true,
  127. "author": "lishaoqi"
  128. },
  129. {
  130. "version": "1.0.0",
  131. "name": "NoticeBar",
  132. "sort": "3",
  133. "chnName": "公告栏",
  134. "desc": "移动端公告栏",
  135. "type": "component",
  136. "showDemo": true,
  137. "author": "wangyue"
  138. },
  139. {
  140. "name": "Switch",
  141. "version": "1.0.0",
  142. "sort": "1",
  143. "chnName": "开关",
  144. "type": "component",
  145. "showDemo": true,
  146. "desc": "滑动开关,通过点击使按钮左右滑动,同时触发对应的开关状态",
  147. "author": "Frans"
  148. },
  149. {
  150. "version": "1.0.0",
  151. "name": "Picker",
  152. "sort": "1",
  153. "chnName": "拾取器",
  154. "desc": "提供多个选项集合供用户选择其中一项。",
  155. "type": "component",
  156. "showDemo": true,
  157. "star": 5,
  158. "author": "iris"
  159. },
  160. {
  161. "version": "1.0.0",
  162. "name": "Button",
  163. "sort": "5",
  164. "chnName": "按钮",
  165. "desc": "各式各样的按钮",
  166. "type": "component",
  167. "showDemo": true,
  168. "author": "杨磊"
  169. },
  170. {
  171. "version": "1.0.0",
  172. "name": "Rate",
  173. "sort": "1",
  174. "chnName": "评分",
  175. "desc": "用于快速的评级操作,或对评价进行展示。",
  176. "type": "component",
  177. "showDemo": true,
  178. "star": 4,
  179. "author": "永无止晋"
  180. },
  181. {
  182. "version": "1.0.0",
  183. "name": "Stepper",
  184. "chnName": "步进器",
  185. "desc": "通过点击按钮控制数字加减",
  186. "type": "component",
  187. "sort": "1",
  188. "showDemo": true,
  189. "star": 3,
  190. "author": "famanoder"
  191. },
  192. {
  193. "version": "1.0.0",
  194. "name": "SearchBar",
  195. "chnName": "搜索栏",
  196. "desc": "搜索栏",
  197. "type": "component",
  198. "sort": "1",
  199. "showDemo": true,
  200. "author": "lemon"
  201. },
  202. {
  203. "version": "1.0.0",
  204. "name": "ImagePicker",
  205. "sort": "1",
  206. "chnName": "图片选择器",
  207. "desc": "图片选择器",
  208. "type": "component",
  209. "showDemo": true,
  210. "author": "苏子刚"
  211. },
  212. {
  213. "name": "Radio",
  214. "version": "1.0.0",
  215. "sort": "1",
  216. "chnName": "单选按钮",
  217. "type": "component",
  218. "showDemo": true,
  219. "desc": "单选按钮,可组合成单选按钮组",
  220. "author": "Frans"
  221. },
  222. {
  223. "name": "RadioGroup",
  224. "version": "1.0.0",
  225. "sort": "1",
  226. "chnName": "单选按钮组",
  227. "type": "component",
  228. "showDemo": false,
  229. "desc": "单选按钮组",
  230. "author": "Frans"
  231. },
  232. {
  233. "version": "1.0.0",
  234. "name": "CheckBox",
  235. "sort": "1",
  236. "chnName": "复选按钮",
  237. "desc": "复选多个选项",
  238. "type": "component",
  239. "showDemo": true,
  240. "author": "Vicky.Ye"
  241. },
  242. {
  243. "version": "1.0.0",
  244. "name": "Skeleton",
  245. "chnName": "骨架屏",
  246. "des": "在页面上待加载区域填充灰色的占位图,本质上是界面加载过程中的过渡效果",
  247. "type": "component",
  248. "sort": "0",
  249. "showDemo": true,
  250. "author": "wangnan31"
  251. },
  252. {
  253. "version": "1.0.0",
  254. "name": "Uploader",
  255. "chnName": "上传",
  256. "desc": "文件上传组件",
  257. "type": "component",
  258. "sort": "5",
  259. "showDemo": true,
  260. "author": "林如风"
  261. },
  262. {
  263. "version": "1.0.0",
  264. "name": "TextInput",
  265. "chnName": "文本框",
  266. "desc": "单行文本框",
  267. "type": "component",
  268. "sort": "1",
  269. "showDemo": true,
  270. "author": "Frans"
  271. },
  272. {
  273. "version": "1.0.0",
  274. "name": "Avatar",
  275. "chnName": "头像",
  276. "desc": "用来表示用户或事物,支持图片或字符展示。",
  277. "type": "component",
  278. "sort": "5",
  279. "showDemo": true,
  280. "author": "zhenyulei"
  281. },
  282. {
  283. "version": "1.0.0",
  284. "name": "TextBox",
  285. "chnName": "文本域",
  286. "desc": "文本域",
  287. "type": "component",
  288. "sort": "1",
  289. "showDemo": true,
  290. "author": "guoxiaoxiao"
  291. },
  292. {
  293. "version": "1.0.0",
  294. "name": "Popup",
  295. "chnName": "弹出层",
  296. "desc": "弹出层",
  297. "type": "component",
  298. "sort": "5",
  299. "showDemo": true,
  300. "author": "杨凯旋"
  301. },
  302. {
  303. "version": "1.0.0",
  304. "name": "LeftSlip",
  305. "chnName": "左滑删除",
  306. "desc": "手势左滑删除元素",
  307. "type": "component",
  308. "sort": "2",
  309. "showDemo": true,
  310. "author": "vickyYE"
  311. },
  312. {
  313. "version": "1.0.0",
  314. "name": "TabSelect",
  315. "chnName": "分类选择",
  316. "desc": "两级分类选择",
  317. "type": "component",
  318. "sort": "6",
  319. "showDemo": true,
  320. "author": "dsj"
  321. },
  322. {
  323. "version": "1.0.0",
  324. "name": "SideNavBar",
  325. "chnName": "侧边栏导航",
  326. "desc": "侧边栏导航",
  327. "type": "component",
  328. "sort": "3",
  329. "showDemo": true,
  330. "author": "szg2008"
  331. },
  332. {
  333. "version": "1.0.0",
  334. "name": "SubSideNavBar",
  335. "chnName": "侧边栏导航",
  336. "desc": "侧边栏导航",
  337. "type": "component",
  338. "sort": "3",
  339. "showDemo": false,
  340. "author": "szg2008"
  341. },
  342. {
  343. "version": "1.0.0",
  344. "name": "SideNavBarItem",
  345. "chnName": "侧边栏导航",
  346. "desc": "侧边栏导航",
  347. "type": "component",
  348. "sort": "3",
  349. "showDemo": false,
  350. "author": "szg2008"
  351. },
  352. {
  353. "version": "1.0.0",
  354. "name": "Address",
  355. "chnName": "地址选择",
  356. "desc": "业务功能-地址选择",
  357. "type": "component",
  358. "sort": "6",
  359. "showDemo": true,
  360. "author": "yangxiaolu"
  361. },
  362. {
  363. "version": "1.0.0",
  364. "name": "Tag",
  365. "chnName": "标签",
  366. "desc": "Tag 标签组件",
  367. "type": "component",
  368. "sort": "0",
  369. "showDemo": true,
  370. "author": "ivanwancy"
  371. },
  372. {
  373. "version": "1.0.0",
  374. "name": "Swiper",
  375. "chnName": "滑动切换",
  376. "desc": "Swiper 滑动切换",
  377. "type": "component",
  378. "sort": "0",
  379. "showDemo": true,
  380. "author": "ivanwancy"
  381. },
  382. {
  383. "version": "1.0.0",
  384. "name": "ImagePreview",
  385. "chnName": "图片预览",
  386. "desc": "ImagePreview 图片预览",
  387. "type": "component",
  388. "sort": "0",
  389. "showDemo": true,
  390. "author": "ivanwancy"
  391. },
  392. {
  393. "version": "1.0.0",
  394. "name": "Steps",
  395. "chnName": "步骤条",
  396. "desc": "步骤条",
  397. "type": "component",
  398. "sort": "0",
  399. "showDemo": true,
  400. "author": "undo"
  401. }
  402. ]
  403. }