config.json 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120
  1. {
  2. "docs": {
  3. "name": "指南",
  4. "packages": [
  5. {
  6. "name": "intro",
  7. "cName": "介绍",
  8. "show": true
  9. },
  10. {
  11. "name": "start",
  12. "cName": "快速上手",
  13. "show": true
  14. },
  15. {
  16. "name": "starttaro",
  17. "cName": "小程序开发",
  18. "show": true
  19. },
  20. {
  21. "name": "theme",
  22. "cName": "主题定制",
  23. "show": true
  24. },
  25. {
  26. "name": "international",
  27. "cName": "国际化",
  28. "show": false
  29. },
  30. {
  31. "name": "resource",
  32. "cName": "资源",
  33. "show": true
  34. },
  35. {
  36. "name": "contributing",
  37. "cName": "贡献指南",
  38. "path": "#/contributing",
  39. "show": true
  40. },
  41. {
  42. "name": "https://github.com/jdf2e/nutui/releases",
  43. "cName": "更新日志",
  44. "show": true,
  45. "isLink": true
  46. },
  47. {
  48. "name": "notice",
  49. "cName": "常见问题",
  50. "show": true
  51. }
  52. ]
  53. },
  54. "nav": [{
  55. "name": "基础组件",
  56. "enName": "base",
  57. "packages": [
  58. {
  59. "version": "3.0.0",
  60. "name": "Button",
  61. "taro": true,
  62. "sort": 1,
  63. "cName": "按钮",
  64. "type": "component",
  65. "show": true,
  66. "desc": "按钮用于触发一个操作,如提交表单。",
  67. "author": "richard1015"
  68. },
  69. {
  70. "version": "3.0.0",
  71. "name": "Cell",
  72. "taro": true,
  73. "sort": 1,
  74. "cName": "单元格",
  75. "type": "component",
  76. "show": true,
  77. "desc": "展示列表",
  78. "author": "richard1015"
  79. },
  80. {
  81. "version": "3.0.0",
  82. "name": "CellGroup",
  83. "sort": 1,
  84. "cName": "单元格组件",
  85. "type": "component",
  86. "show": false,
  87. "taro": true,
  88. "exportEmpty": true,
  89. "desc": "展示分组列表",
  90. "author": "richard1015"
  91. },
  92. {
  93. "version": "3.0.0",
  94. "name": "Icon",
  95. "taro": true,
  96. "sort": 3,
  97. "cName": "图标",
  98. "type": "component",
  99. "show": true,
  100. "desc": "图标",
  101. "author": "richard1015"
  102. },
  103. {
  104. "version": "3.0.0",
  105. "name": "OverLay",
  106. "taro": true,
  107. "type": "component",
  108. "cName": "遮罩层",
  109. "desc": "创建一个遮罩层,通常用于阻止用户进行其他操作",
  110. "sort": 14,
  111. "show": true,
  112. "author": "szg2008"
  113. }, {
  114. "version": "3.0.0",
  115. "name": "Popup",
  116. "taro": true,
  117. "sort": 8,
  118. "cName": "弹出层",
  119. "type": "component",
  120. "show": true,
  121. "desc": "弹出层容器,用于展示弹窗、信息提示等内容,支持多个弹出层叠加展示",
  122. "author": "szg2008"
  123. }
  124. ]
  125. },
  126. {
  127. "name": "布局组件",
  128. "enName": "layout",
  129. "packages": [
  130. {
  131. "version": "3.0.0",
  132. "name": "Layout",
  133. "taro": true,
  134. "sort": 4,
  135. "cName": "布局",
  136. "type": "component",
  137. "show": true,
  138. "desc": "简便地创建布局",
  139. "author": "undo"
  140. },
  141. {
  142. "version": "3.0.0",
  143. "name": "Col",
  144. "sort": 5,
  145. "cName": "布局-Col",
  146. "type": "component",
  147. "show": false,
  148. "taro": true,
  149. "exportEmpty": true,
  150. "desc": "布局组件Col",
  151. "author": "undo"
  152. },
  153. {
  154. "version": "3.0.0",
  155. "name": "Row",
  156. "sort": 6,
  157. "cName": "布局-Row",
  158. "type": "component",
  159. "show": false,
  160. "taro": true,
  161. "exportEmpty": true,
  162. "desc": "布局组件Row",
  163. "author": "undo"
  164. },
  165. {
  166. "version": "3.0.0",
  167. "name": "Sticky",
  168. "cType": "布局组件",
  169. "cName": "粘性布局",
  170. "type": "component",
  171. "desc": "当组件在屏幕范围内时,会按照正常的布局排列,当组件滚出屏幕范围时,始终会固定在距离屏幕固定的距离处",
  172. "show": true,
  173. "tarodoc": false,
  174. "author": "szg2008"
  175. },
  176. {
  177. "version": "3.0.0",
  178. "name": "Divider",
  179. "taro": true,
  180. "type": "component",
  181. "cName": "分割线",
  182. "desc": "用于将内容分隔为多个区域。",
  183. "sort": 23,
  184. "show": true,
  185. "author": "yangjinjun3"
  186. },
  187. {
  188. "version": "3.1.13",
  189. "name": "Grid",
  190. "type": "component",
  191. "cName": "宫格",
  192. "desc": "用于分隔成等宽区块进行页面导航",
  193. "sort": 13,
  194. "taro": true,
  195. "show": true,
  196. "author": "haiweilian"
  197. },
  198. {
  199. "version": "3.1.13",
  200. "name": "GridItem",
  201. "type": "component",
  202. "cName": "宫格子组件",
  203. "desc": "",
  204. "sort": 13,
  205. "taro": true,
  206. "show": false,
  207. "exportEmpty": true,
  208. "exportEmptyTaro": true,
  209. "author": "haiweilian"
  210. }
  211. ]
  212. },
  213. {
  214. "name": "导航组件",
  215. "enName": "nav",
  216. "packages": [{
  217. "version": "3.0.0",
  218. "name": "Navbar",
  219. "taro": true,
  220. "sort": 3,
  221. "cName": "头部导航",
  222. "type": "componment",
  223. "show": true,
  224. "desc": "头部导航",
  225. "author": "liqiong43"
  226. },
  227. {
  228. "version": "3.0.0",
  229. "name": "FixedNav",
  230. "type": "component",
  231. "cName": "悬浮导航",
  232. "desc": "可拖拽的悬浮导航",
  233. "taro": true,
  234. "sort": 9,
  235. "show": true,
  236. "author": "richard1015"
  237. },
  238. {
  239. "version": "3.0.0",
  240. "name": "Menu",
  241. "sort": 2,
  242. "cName": "菜单",
  243. "type": "component",
  244. "taro": true,
  245. "show": true,
  246. "desc": "下拉菜单组件",
  247. "author": "yangjinjun3"
  248. },
  249. {
  250. "version": "3.0.0",
  251. "name": "MenuItem",
  252. "sort": 2,
  253. "cName": "菜单",
  254. "type": "component",
  255. "taro": true,
  256. "exportEmpty": true,
  257. "show": false,
  258. "desc": "下拉菜单组件",
  259. "author": "yangjinjun3"
  260. },
  261. {
  262. "version": "3.0.0",
  263. "name": "Tabbar",
  264. "taro": true,
  265. "sort": 2,
  266. "cName": "标签栏",
  267. "type": "component",
  268. "show": true,
  269. "desc": "标签栏",
  270. "author": "Drjingfubo"
  271. },
  272. {
  273. "version": "3.0.0",
  274. "name": "TabbarItem",
  275. "sort": 2,
  276. "cName": "标签栏子组件",
  277. "type": "component",
  278. "show": false,
  279. "taro": true,
  280. "exportEmpty": true,
  281. "exportEmptyTaro": true,
  282. "desc": "标签栏子组件",
  283. "author": "Drjingfubo"
  284. },
  285. {
  286. "version": "3.0.0",
  287. "name": "Elevator",
  288. "type": "component",
  289. "cName": "电梯楼层",
  290. "desc": "用于列表快速定位以及索引的显示",
  291. "sort": 5,
  292. "show": true,
  293. "taro": true,
  294. "author": "szg2008"
  295. },
  296. {
  297. "version": "3.0.0",
  298. "name": "Pagination",
  299. "type": "component",
  300. "cName": "分页",
  301. "desc": "当数据量较多时,采用分页的形式分隔长列表。",
  302. "sort": 10,
  303. "show": true,
  304. "taro": true,
  305. "author": "yushuang24"
  306. },
  307. {
  308. "version": "3.1.9",
  309. "name": "Tabs",
  310. "type": "component",
  311. "cName": "选项卡切换",
  312. "desc": "常用于平级区域大块内容的的收纳和展现,支持内嵌标签形式和渲染循环数据形式",
  313. "sort": 11,
  314. "show": true,
  315. "taro": true,
  316. "author": "richard1015"
  317. },
  318. {
  319. "version": "3.1.9",
  320. "name": "TabPane",
  321. "type": "component",
  322. "cName": "选项卡子组件",
  323. "desc": "",
  324. "sort": 12,
  325. "exportEmpty": true,
  326. "taro": true,
  327. "show": false,
  328. "author": "richard1015"
  329. },
  330. {
  331. "version": "3.0.0",
  332. "name": "Indicator",
  333. "type": "component",
  334. "cName": "指示器",
  335. "desc": "显示一个任务或流程的进度,常用语开通流程。",
  336. "sort": 11,
  337. "taro": true,
  338. "show": true,
  339. "author": "senyawang"
  340. },
  341. {
  342. "version": "3.1.15",
  343. "name": "SideNavBar",
  344. "type": "component",
  345. "cName": "侧边栏导航",
  346. "desc": "垂直展示的导航栏,用于内容选择和切换",
  347. "sort": 14,
  348. "taro": true,
  349. "show": true,
  350. "author": "szg2008"
  351. },
  352. {
  353. "version": "3.1.15",
  354. "name": "SideNavBarItem",
  355. "type": "component",
  356. "cName": "侧边栏导航子组件",
  357. "desc": "",
  358. "sort": 15,
  359. "exportEmpty": true,
  360. "taro": true,
  361. "show": false,
  362. "author": "szg2008"
  363. },
  364. {
  365. "version": "3.1.15",
  366. "name": "SubSideNavBar",
  367. "type": "component",
  368. "cName": "侧边栏导航子组件",
  369. "desc": "",
  370. "sort": 16,
  371. "exportEmpty": true,
  372. "taro": true,
  373. "show": false,
  374. "author": "szg2008"
  375. }
  376. ]
  377. },
  378. {
  379. "name": "数据录入",
  380. "enName": "dentry",
  381. "packages": [{
  382. "version": "3.0.0",
  383. "name": "Range",
  384. "taro": true,
  385. "type": "component",
  386. "cName": "区间选择器",
  387. "desc": "滑动输入条,用于在给定的范围内选择一个值。",
  388. "sort": 16,
  389. "show": true,
  390. "author": "zy19940510"
  391. },
  392. {
  393. "version": "3.0.0",
  394. "name": "SearchBar",
  395. "type": "component",
  396. "cName": "搜索栏",
  397. "desc": "搜索栏",
  398. "sort": 23,
  399. "show": true,
  400. "taro": true,
  401. "author": "zongyue3"
  402. },
  403. {
  404. "name": "Cascader",
  405. "type": "component",
  406. "cName": "级联选择",
  407. "desc": "级联选择,用于多层级数据的选择,典型场景为省市区选择.",
  408. "sort": 23,
  409. "show": true,
  410. "taro": true,
  411. "author": "dongj0316"
  412. },
  413. {
  414. "version": "3.0.0",
  415. "taro": true,
  416. "name": "Calendar",
  417. "type": "component",
  418. "cName": "日历",
  419. "desc": "日历组件",
  420. "sort": 5,
  421. "show": true,
  422. "author": "songchenglin1"
  423. },
  424. {
  425. "version": "3.0.0",
  426. "name": "Checkbox",
  427. "taro": true,
  428. "sort": 5,
  429. "cName": "复选按钮",
  430. "type": "component",
  431. "show": true,
  432. "desc": "复选按钮",
  433. "author": "Ymm0008"
  434. },
  435. {
  436. "version": "3.0.0",
  437. "name": "CheckboxGroup",
  438. "type": "component",
  439. "cName": "多选按钮组",
  440. "desc": "多选按钮组",
  441. "sort": 11,
  442. "show": false,
  443. "taro": true,
  444. "exportEmpty": true,
  445. "author": "Ymm0008"
  446. },
  447. {
  448. "version": "3.0.0",
  449. "name": "DatePicker",
  450. "taro": true,
  451. "type": "component",
  452. "cName": "日期选择器",
  453. "desc": "提供多个选型集合供用户选择,支持单列选择和多列级联,通常与弹出层配合使用",
  454. "sort": 5,
  455. "show": true,
  456. "author": "yangkaixuan"
  457. },
  458. {
  459. "version": "3.0.0",
  460. "name": "InputNumber",
  461. "taro": true,
  462. "sort": 1,
  463. "cName": "数字输入框",
  464. "type": "component",
  465. "show": true,
  466. "desc": "数字输入框组件",
  467. "author": "szg2008"
  468. },
  469. {
  470. "version": "3.0.0",
  471. "name": "Input",
  472. "taro": true,
  473. "sort": 2,
  474. "cName": "输入框",
  475. "type": "component",
  476. "show": true,
  477. "desc": "输入框组件",
  478. "author": "gxx158"
  479. },
  480. {
  481. "version": "3.0.0",
  482. "name": "Radio",
  483. "taro": true,
  484. "type": "component",
  485. "cName": "单选按钮",
  486. "desc": "单选按钮",
  487. "sort": 9,
  488. "show": true,
  489. "author": "Ymm0008"
  490. },
  491. {
  492. "version": "3.0.0",
  493. "name": "RadioGroup",
  494. "type": "component",
  495. "cName": "单选按钮组",
  496. "desc": "单选按钮组",
  497. "sort": 10,
  498. "taro": true,
  499. "exportEmpty": true,
  500. "show": false,
  501. "author": "Ymm0008"
  502. },
  503. {
  504. "version": "3.0.0",
  505. "name": "Rate",
  506. "taro": true,
  507. "sort": 4,
  508. "cName": "评分",
  509. "type": "component",
  510. "show": true,
  511. "desc": "评分组件",
  512. "author": "undo"
  513. },
  514. {
  515. "version": "3.0.0",
  516. "name": "CalendarItem",
  517. "type": "component",
  518. "cName": "日历子组件",
  519. "desc": "日历子组件",
  520. "sort": 5,
  521. "show": false,
  522. "author": "songchenglin1"
  523. },
  524. {
  525. "version": "3.0.0",
  526. "name": "Picker",
  527. "taro": true,
  528. "type": "component",
  529. "cName": "选择器",
  530. "desc": "提供多个选型集合供用户选择,支持单列选择和多列级联,通常与弹出层配合使用",
  531. "sort": 5,
  532. "show": true,
  533. "author": "yangkaixuan"
  534. },
  535. {
  536. "version": "3.0.0",
  537. "name": "ShortPassword",
  538. "taro": true,
  539. "type": "component",
  540. "cName": "短密码",
  541. "desc": "短密码组件",
  542. "sort": 6,
  543. "show": true,
  544. "author": "Drjingfubo"
  545. },
  546. {
  547. "version": "3.0.0",
  548. "taro": true,
  549. "name": "TextArea",
  550. "type": "component",
  551. "cName": "文本域",
  552. "desc": "文本输入",
  553. "sort": 7,
  554. "show": true,
  555. "author": "gx"
  556. },
  557. {
  558. "version": "3.0.0",
  559. "name": "Uploader",
  560. "taro": true,
  561. "tarodoc": true,
  562. "sort": 2,
  563. "cName": "上传",
  564. "type": "component",
  565. "show": true,
  566. "desc": "上传文件、图片",
  567. "author": "richard1015"
  568. },
  569. {
  570. "version": "3.0.0",
  571. "name": "NumberKeyboard",
  572. "taro": true,
  573. "sort": 13,
  574. "cName": "数字键盘",
  575. "type": "component",
  576. "show": true,
  577. "desc": "虚拟数字键盘",
  578. "author": "Drjingfubo"
  579. },
  580. {
  581. "version": "3.0.0",
  582. "name": "Form",
  583. "type": "component",
  584. "cName": "表单",
  585. "desc": "1",
  586. "sort": 21,
  587. "show": true,
  588. "taro": true,
  589. "author": "richard1015"
  590. },
  591. {
  592. "version": "3.0.0",
  593. "name": "FormItem",
  594. "type": "component",
  595. "cName": "表单Item",
  596. "desc": "表单Item",
  597. "sort": 22,
  598. "show": false,
  599. "taro": true,
  600. "exportEmpty": true,
  601. "author": "richard1015"
  602. },
  603. {
  604. "version": "3.0.0",
  605. "name": "OldPicker",
  606. "cName": "选择器",
  607. "desc": "3.1.17 版本之前(包括 3.1.17 版本)的选择器",
  608. "show": false,
  609. "tarodoc": false,
  610. "exportEmpty": true,
  611. "type": "component",
  612. "author": "yangxiaolu"
  613. }
  614. ]
  615. },
  616. {
  617. "name": "操作反馈",
  618. "enName": "feedback",
  619. "packages": [{
  620. "version": "3.0.0",
  621. "name": "Swipe",
  622. "taro": true,
  623. "type": "component",
  624. "cName": "滑动手势",
  625. "desc": "列表项左滑删除场景使用",
  626. "sort": 4,
  627. "show": true,
  628. "author": "richard1015"
  629. },
  630. {
  631. "version": "3.0.0",
  632. "name": "ActionSheet",
  633. "taro": true,
  634. "sort": "1",
  635. "cName": "动作面板",
  636. "type": "component",
  637. "show": true,
  638. "desc": "底部弹出动作菜单面板",
  639. "author": "zhangyufei"
  640. },
  641. {
  642. "version": "3.0.0",
  643. "name": "BackTop",
  644. "taro": true,
  645. "tarodoc": true,
  646. "sort": "1",
  647. "cName": "返回顶部",
  648. "type": "component",
  649. "show": true,
  650. "desc": "较长页面快捷返回顶部",
  651. "author": "liqiong43"
  652. },
  653. {
  654. "version": "3.0.0",
  655. "name": "Drag",
  656. "taro": true,
  657. "tarodoc": true,
  658. "type": "component",
  659. "cName": "拖拽",
  660. "desc": "拖拽组件",
  661. "sort": 16,
  662. "show": true,
  663. "author": "Drjingfubo"
  664. },
  665. {
  666. "version": "3.0.0",
  667. "name": "Dialog",
  668. "taro": true,
  669. "tarodoc": true,
  670. "type": "methods",
  671. "cName": "对话框",
  672. "desc": "模态对话框,在浮层中显示,引导用户进行相关操作,支持图片对话框。",
  673. "sort": 8,
  674. "show": true,
  675. "author": "dsj"
  676. },
  677. {
  678. "version": "3.0.0",
  679. "name": "InfiniteLoading",
  680. "taro": true,
  681. "tarodoc": true,
  682. "type": "component",
  683. "cName": "滚动加载",
  684. "desc": "列表滚动到底部自动加载更多数据",
  685. "sort": 15,
  686. "show": true,
  687. "author": "yangxiaolu"
  688. },
  689. {
  690. "version": "3.0.0",
  691. "name": "Notify",
  692. "tarodoc": true,
  693. "taro": true,
  694. "type": "methods",
  695. "cName": "消息通知",
  696. "desc": "在页面顶部展示消息提示,支持函数调用和组件调用两种方式",
  697. "sort": 4,
  698. "show": true,
  699. "author": "wangyue217"
  700. },
  701. {
  702. "version": "3.0.0",
  703. "name": "PullRefresh",
  704. "type": "component",
  705. "cName": "下拉刷新",
  706. "desc": "下拉刷新",
  707. "sort": 16,
  708. "show": false,
  709. "author": "yangxiaolu3"
  710. },
  711. {
  712. "version": "3.0.0",
  713. "name": "Switch",
  714. "taro": true,
  715. "type": "component",
  716. "cName": "开关",
  717. "desc": "用来打开或关闭选项",
  718. "sort": 3,
  719. "show": true,
  720. "author": "zongyue3"
  721. },
  722. {
  723. "version": "3.0.0",
  724. "name": "Toast",
  725. "taro": true,
  726. "tarodoc": true,
  727. "sort": "1",
  728. "cName": "吐司",
  729. "type": "methods",
  730. "show": true,
  731. "desc": "轻提示",
  732. "author": "undo"
  733. },
  734. {
  735. "version": "3.0.0",
  736. "name": "Audio",
  737. "taro": true,
  738. "tarodoc": true,
  739. "type": "component",
  740. "cName": "音频播放器",
  741. "desc": "音频播放器",
  742. "sort": 25,
  743. "show": true,
  744. "author": "yangxiaolu"
  745. },
  746. {
  747. "version": "3.0.0",
  748. "name": "AudioOperate",
  749. "type": "component",
  750. "cName": "音频操作按钮",
  751. "desc": "音频操作按钮",
  752. "sort": 26,
  753. "show": false,
  754. "author": "yangxiaolu"
  755. }
  756. ]
  757. },
  758. {
  759. "name": "展示组件",
  760. "enName": "exhibition",
  761. "packages": [{
  762. "version": "3.0.0",
  763. "name": "List",
  764. "cType": "操作反馈",
  765. "cName": "虚拟列表",
  766. "desc": "可在成千上万条数据渲染时只渲染用户最大可见条数,提升页面渲染性能",
  767. "show": true,
  768. "tarodoc": false,
  769. "type": "component",
  770. "author": "szg2008"
  771. },
  772. {
  773. "version": "3.0.0",
  774. "name": "Progress",
  775. "taro": true,
  776. "sort": 8,
  777. "cName": "进度条",
  778. "type": "component",
  779. "show": true,
  780. "desc": "用来展示进度",
  781. "author": "Drjingubo"
  782. },
  783. {
  784. "version": "3.0.0",
  785. "name": "CircleProgress",
  786. "taro": true,
  787. "sort": 8,
  788. "cName": "环形进度条",
  789. "type": "component",
  790. "show": true,
  791. "desc": "用来展示进度",
  792. "author": "Drjingubo"
  793. },
  794. {
  795. "version": "3.0.0",
  796. "name": "NoticeBar",
  797. "type": "component",
  798. "cName": "公告栏",
  799. "desc": "用于循环播放展示一组消息通知",
  800. "sort": 8,
  801. "show": true,
  802. "taro": true,
  803. "author": "yangxiaolu"
  804. },
  805. {
  806. "version": "3.0.0",
  807. "name": "Empty",
  808. "taro": true,
  809. "type": "component",
  810. "cName": "空状态",
  811. "desc": "空状态时占位提示",
  812. "sort": 24,
  813. "show": true,
  814. "author": "wujia8"
  815. },
  816. {
  817. "version": "3.0.0",
  818. "name": "Video",
  819. "type": "component",
  820. "cName": "视频播放器",
  821. "desc": "视频播放组件",
  822. "sort": 20,
  823. "taro": false,
  824. "show": true,
  825. "tarodoc": true,
  826. "author": "zy19940510"
  827. },
  828. {
  829. "version": "3.0.0",
  830. "name": "Steps",
  831. "taro": true,
  832. "sort": 17,
  833. "cName": "步骤条",
  834. "type": "component",
  835. "show": true,
  836. "desc": "步骤条",
  837. "author": "ailululu"
  838. },
  839. {
  840. "version": "3.0.0",
  841. "name": "Step",
  842. "sort": 17,
  843. "cName": "步骤条子组件",
  844. "type": "component",
  845. "show": false,
  846. "taro": true,
  847. "exportEmpty": true,
  848. "desc": "步骤条子组件",
  849. "author": "ailululu"
  850. },
  851. {
  852. "version": "3.0.0",
  853. "name": "Swiper",
  854. "taro": true,
  855. "sort": 6,
  856. "cName": "轮播",
  857. "type": "component",
  858. "show": true,
  859. "desc": "轮播",
  860. "author": "suzigang"
  861. },
  862. {
  863. "version": "3.0.0",
  864. "name": "SwiperItem",
  865. "sort": 6,
  866. "cName": "轮播图子组件",
  867. "type": "component",
  868. "show": false,
  869. "taro": true,
  870. "exportEmpty": true,
  871. "exportEmptyTaro": true,
  872. "desc": "轮播图子组件",
  873. "author": "suzigang"
  874. },
  875. {
  876. "version": "3.0.0",
  877. "name": "Avatar",
  878. "taro": true,
  879. "sort": 7,
  880. "cName": "头像",
  881. "type": "component",
  882. "show": true,
  883. "desc": "头像",
  884. "author": "ailululu"
  885. },
  886. {
  887. "version": "3.0.0",
  888. "name": "Price",
  889. "taro": true,
  890. "sort": 4,
  891. "cName": "价格",
  892. "type": "component",
  893. "show": true,
  894. "desc": "价格组件",
  895. "author": "ailululu"
  896. },
  897. {
  898. "version": "3.0.0",
  899. "name": "ImagePreview",
  900. "type": "methods",
  901. "cName": "图片预览",
  902. "desc": "图片预览",
  903. "sort": 4,
  904. "show": true,
  905. "author": "zongyue3"
  906. },
  907. {
  908. "version": "3.0.0",
  909. "name": "CountUp",
  910. "taro": true,
  911. "sort": 12,
  912. "cName": "数字滚动",
  913. "type": "component",
  914. "show": true,
  915. "desc": "数字滚动组件,动态变化展示",
  916. "author": "Ymm0008"
  917. },
  918. {
  919. "name": "CountDown",
  920. "type": "component",
  921. "cName": "倒计时",
  922. "desc": "倒计时",
  923. "sort": 16,
  924. "show": true,
  925. "taro": true,
  926. "author": "yangxiaolu"
  927. },
  928. {
  929. "version": "3.0.0",
  930. "name": "Badge",
  931. "type": "component",
  932. "cName": "徽标",
  933. "desc": "徽标",
  934. "sort": 17,
  935. "show": true,
  936. "taro": true,
  937. "author": "liqiong"
  938. },
  939. {
  940. "version": "3.0.0",
  941. "name": "Tag",
  942. "type": "component",
  943. "cName": "标签",
  944. "desc": "标签",
  945. "sort": 18,
  946. "show": true,
  947. "taro": true,
  948. "author": "liqiong"
  949. },
  950. {
  951. "version": "3.0.0",
  952. "name": "Popover",
  953. "type": "component",
  954. "cName": "气泡弹出框",
  955. "desc": "气泡弹出框",
  956. "sort": 19,
  957. "show": true,
  958. "taro": true,
  959. "author": "liqiong"
  960. },
  961. {
  962. "version": "3.0.0",
  963. "name": "Skeleton",
  964. "type": "component",
  965. "cName": "骨架屏",
  966. "desc": "骨架屏",
  967. "sort": 23,
  968. "show": true,
  969. "taro": true,
  970. "author": "liqiong"
  971. },
  972. {
  973. "version": "3.0.0",
  974. "name": "Collapse",
  975. "taro": true,
  976. "sort": 2,
  977. "cName": "折叠面板",
  978. "type": "component",
  979. "show": true,
  980. "desc": "折叠面板",
  981. "author": "Ymm0008"
  982. },
  983. {
  984. "version": "3.0.0",
  985. "name": "CollapseItem",
  986. "taro": true,
  987. "sort": 3,
  988. "cName": "折叠面板-item",
  989. "type": "component",
  990. "show": false,
  991. "exportEmpty": true,
  992. "exportEmptyTaro": true,
  993. "desc": "折叠面板-item",
  994. "author": "Ymm0008"
  995. },
  996. {
  997. "version": "3.0.0",
  998. "taro": true,
  999. "name": "Table",
  1000. "type": "component",
  1001. "cName": "表格",
  1002. "desc": "用于展示多条结构类似的数据,并具有一定的操作功能",
  1003. "sort": 9,
  1004. "show": true,
  1005. "author": "szg2008"
  1006. }
  1007. ]
  1008. },
  1009. {
  1010. "name": "特色组件",
  1011. "enName": "business",
  1012. "packages": [{
  1013. "version": "3.0.0",
  1014. "taro": true,
  1015. "name": "Address",
  1016. "type": "component",
  1017. "cName": "地址",
  1018. "desc": "地址组件",
  1019. "sort": 1,
  1020. "show": true,
  1021. "author": "yangxiaolu3"
  1022. },
  1023. {
  1024. "version": "3.0.0",
  1025. "taro": true,
  1026. "name": "Barrage",
  1027. "type": "component",
  1028. "cName": "弹幕",
  1029. "desc": "用于视频弹幕等展示",
  1030. "sort": 2,
  1031. "show": true,
  1032. "author": "Ymm0008"
  1033. },
  1034. {
  1035. "version": "3.0.0",
  1036. "taro": true,
  1037. "tarodoc": true,
  1038. "name": "Signature",
  1039. "type": "component",
  1040. "cName": "签名",
  1041. "desc": "签名组件",
  1042. "sort": 3,
  1043. "show": true,
  1044. "author": "guoxiaoxiao"
  1045. },
  1046. {
  1047. "version": "3.0.0",
  1048. "taro": true,
  1049. "name": "TimeSelect",
  1050. "type": "component",
  1051. "cName": "配送时间",
  1052. "desc": "配送时间",
  1053. "sort": 4,
  1054. "show": true,
  1055. "author": "szg2008"
  1056. },
  1057. {
  1058. "version": "3.0.0",
  1059. "taro": true,
  1060. "name": "TimePannel",
  1061. "type": "component",
  1062. "cName": "配送时间",
  1063. "desc": "配送时间",
  1064. "sort": 5,
  1065. "show": false,
  1066. "exportEmpty": true,
  1067. "author": "szg2008"
  1068. },
  1069. {
  1070. "version": "3.0.0",
  1071. "taro": true,
  1072. "name": "TimeDetail",
  1073. "type": "component",
  1074. "cName": "配送时间",
  1075. "desc": "配送时间",
  1076. "sort": 6,
  1077. "show": false,
  1078. "exportEmpty": true,
  1079. "author": "szg2008"
  1080. },
  1081. {
  1082. "version": "3.0.0",
  1083. "taro": true,
  1084. "name": "Sku",
  1085. "type": "component",
  1086. "cName": "商品规格选择",
  1087. "desc": "商品规格选择",
  1088. "sort": 1,
  1089. "show": true,
  1090. "author": "yangxiaolu3"
  1091. },
  1092. {
  1093. "version": "3.0.0",
  1094. "taro": true,
  1095. "name": "Card",
  1096. "type": "component",
  1097. "cName": "商品卡片",
  1098. "desc": "展示商品",
  1099. "sort": 1,
  1100. "show": true,
  1101. "author": "Drjingfubo"
  1102. }
  1103. ]
  1104. }
  1105. ]
  1106. }