config.json 29 KB

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