config.json 12 KB

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