config.json 33 KB

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