config.json 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254
  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": "base",
  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. "version": "3.0.0",
  646. "name": "OldPicker",
  647. "cName": "选择器",
  648. "desc": "3.1.17 版本之前(包括 3.1.17 版本)的选择器",
  649. "show": false,
  650. "tarodoc": false,
  651. "exportEmpty": true,
  652. "type": "component",
  653. "author": "yangxiaolu"
  654. }
  655. ]
  656. },
  657. {
  658. "name": "操作反馈",
  659. "enName": "feedback",
  660. "packages": [
  661. {
  662. "version": "3.0.0",
  663. "name": "Swipe",
  664. "taro": true,
  665. "type": "component",
  666. "cName": "滑动手势",
  667. "desc": "列表项左滑删除场景使用",
  668. "sort": 4,
  669. "show": true,
  670. "author": "richard1015"
  671. },
  672. {
  673. "version": "3.0.0",
  674. "name": "ActionSheet",
  675. "taro": true,
  676. "sort": "1",
  677. "cName": "动作面板",
  678. "type": "component",
  679. "show": true,
  680. "desc": "底部弹出动作菜单面板",
  681. "author": "zhangyufei"
  682. },
  683. {
  684. "version": "3.0.0",
  685. "name": "BackTop",
  686. "taro": true,
  687. "tarodoc": true,
  688. "sort": "1",
  689. "cName": "返回顶部",
  690. "type": "component",
  691. "show": true,
  692. "desc": "较长页面快捷返回顶部",
  693. "author": "liqiong43"
  694. },
  695. {
  696. "version": "3.0.0",
  697. "name": "Drag",
  698. "taro": true,
  699. "tarodoc": true,
  700. "type": "component",
  701. "cName": "拖拽",
  702. "desc": "拖拽组件",
  703. "sort": 16,
  704. "show": true,
  705. "author": "Drjingfubo"
  706. },
  707. {
  708. "version": "3.0.0",
  709. "name": "Dialog",
  710. "taro": true,
  711. "tarodoc": true,
  712. "type": "methods",
  713. "cName": "对话框",
  714. "desc": "模态对话框,在浮层中显示,引导用户进行相关操作,支持图片对话框。",
  715. "sort": 8,
  716. "show": true,
  717. "author": "dsj"
  718. },
  719. {
  720. "version": "3.0.0",
  721. "name": "InfiniteLoading",
  722. "taro": true,
  723. "tarodoc": true,
  724. "type": "component",
  725. "cName": "滚动加载",
  726. "desc": "列表滚动到底部自动加载更多数据",
  727. "sort": 15,
  728. "show": true,
  729. "author": "yangxiaolu"
  730. },
  731. {
  732. "version": "3.0.0",
  733. "name": "Notify",
  734. "tarodoc": true,
  735. "taro": true,
  736. "type": "methods",
  737. "cName": "消息通知",
  738. "desc": "在页面顶部展示消息提示,支持函数调用和组件调用两种方式",
  739. "sort": 4,
  740. "show": true,
  741. "author": "wangyue217"
  742. },
  743. {
  744. "version": "3.0.0",
  745. "name": "PullRefresh",
  746. "type": "component",
  747. "cName": "下拉刷新",
  748. "desc": "下拉刷新",
  749. "sort": 16,
  750. "show": false,
  751. "author": "yangxiaolu3"
  752. },
  753. {
  754. "version": "3.0.0",
  755. "name": "Switch",
  756. "taro": true,
  757. "type": "component",
  758. "cName": "开关",
  759. "desc": "用来打开或关闭选项",
  760. "sort": 3,
  761. "show": true,
  762. "author": "zongyue3"
  763. },
  764. {
  765. "version": "3.0.0",
  766. "name": "Toast",
  767. "taro": true,
  768. "tarodoc": true,
  769. "sort": "1",
  770. "cName": "吐司",
  771. "type": "methods",
  772. "show": true,
  773. "desc": "轻提示",
  774. "author": "undo"
  775. },
  776. {
  777. "version": "3.0.0",
  778. "name": "Audio",
  779. "taro": true,
  780. "tarodoc": true,
  781. "type": "component",
  782. "cName": "音频播放器",
  783. "desc": "音频播放器",
  784. "sort": 25,
  785. "show": true,
  786. "exportEmpty": false,
  787. "exportEmptyTaro": false,
  788. "author": "yangxiaolu"
  789. },
  790. {
  791. "version": "3.0.0",
  792. "name": "AudioOperate",
  793. "type": "component",
  794. "cName": "音频操作按钮",
  795. "desc": "音频操作按钮",
  796. "sort": 26,
  797. "show": false,
  798. "exportEmpty": false,
  799. "exportEmptyTaro": false,
  800. "author": "yangxiaolu"
  801. }
  802. ]
  803. },
  804. {
  805. "name": "展示组件",
  806. "enName": "exhibition",
  807. "packages": [
  808. {
  809. "version": "3.0.0",
  810. "name": "Avatar",
  811. "taro": true,
  812. "sort": 7,
  813. "cName": "头像",
  814. "type": "component",
  815. "show": true,
  816. "desc": "头像",
  817. "author": "ailululu"
  818. },
  819. {
  820. "version": "3.0.0",
  821. "name": "AvatarGroup",
  822. "taro": true,
  823. "sort": 1,
  824. "cName": "头像组件",
  825. "type": "component",
  826. "show": false,
  827. "exportEmpty": true,
  828. "desc": "头像组合组件",
  829. "author": "ailululu"
  830. },
  831. {
  832. "version": "3.0.0",
  833. "name": "List",
  834. "cType": "操作反馈",
  835. "cName": "虚拟列表",
  836. "desc": "可在成千上万条数据渲染时只渲染用户最大可见条数,提升页面渲染性能",
  837. "show": true,
  838. "tarodoc": false,
  839. "type": "component",
  840. "author": "szg2008"
  841. },
  842. {
  843. "version": "3.0.0",
  844. "name": "Progress",
  845. "taro": true,
  846. "sort": 8,
  847. "cName": "进度条",
  848. "type": "component",
  849. "show": true,
  850. "desc": "用来展示进度",
  851. "author": "Drjingubo"
  852. },
  853. {
  854. "version": "3.0.0",
  855. "name": "CircleProgress",
  856. "taro": true,
  857. "sort": 8,
  858. "cName": "环形进度条",
  859. "type": "component",
  860. "show": true,
  861. "desc": "用来展示进度",
  862. "author": "Drjingubo"
  863. },
  864. {
  865. "version": "3.0.0",
  866. "name": "NoticeBar",
  867. "type": "component",
  868. "cName": "公告栏",
  869. "desc": "用于循环播放展示一组消息通知",
  870. "sort": 8,
  871. "show": true,
  872. "taro": true,
  873. "author": "yangxiaolu"
  874. },
  875. {
  876. "version": "3.0.0",
  877. "name": "Empty",
  878. "taro": true,
  879. "type": "component",
  880. "cName": "空状态",
  881. "desc": "空状态时占位提示",
  882. "sort": 24,
  883. "show": true,
  884. "author": "wujia8"
  885. },
  886. {
  887. "version": "3.0.0",
  888. "name": "Video",
  889. "type": "component",
  890. "cName": "视频播放器",
  891. "desc": "视频播放组件",
  892. "sort": 20,
  893. "taro": false,
  894. "show": true,
  895. "tarodoc": true,
  896. "exportEmpty": false,
  897. "exportEmptyTaro": false,
  898. "author": "zy19940510"
  899. },
  900. {
  901. "version": "3.0.0",
  902. "name": "Steps",
  903. "taro": true,
  904. "sort": 17,
  905. "cName": "步骤条",
  906. "type": "component",
  907. "show": true,
  908. "desc": "步骤条",
  909. "author": "ailululu"
  910. },
  911. {
  912. "version": "3.0.0",
  913. "name": "Step",
  914. "sort": 17,
  915. "cName": "步骤条子组件",
  916. "type": "component",
  917. "show": false,
  918. "taro": true,
  919. "exportEmpty": true,
  920. "desc": "步骤条子组件",
  921. "author": "ailululu"
  922. },
  923. {
  924. "version": "3.0.0",
  925. "name": "Swiper",
  926. "taro": true,
  927. "sort": 6,
  928. "cName": "轮播",
  929. "type": "component",
  930. "show": true,
  931. "desc": "轮播",
  932. "author": "suzigang"
  933. },
  934. {
  935. "version": "3.0.0",
  936. "name": "SwiperItem",
  937. "sort": 6,
  938. "cName": "轮播图子组件",
  939. "type": "component",
  940. "show": false,
  941. "taro": true,
  942. "exportEmpty": true,
  943. "exportEmptyTaro": true,
  944. "desc": "轮播图子组件",
  945. "author": "suzigang"
  946. },
  947. {
  948. "version": "3.0.0",
  949. "name": "Price",
  950. "taro": true,
  951. "sort": 4,
  952. "cName": "价格",
  953. "type": "component",
  954. "show": true,
  955. "desc": "价格组件",
  956. "author": "ailululu"
  957. },
  958. {
  959. "version": "3.0.0",
  960. "name": "ImagePreview",
  961. "type": "methods",
  962. "cName": "图片预览",
  963. "desc": "图片预览",
  964. "sort": 4,
  965. "show": true,
  966. "author": "zongyue3"
  967. },
  968. {
  969. "version": "3.0.0",
  970. "name": "CountUp",
  971. "taro": true,
  972. "sort": 12,
  973. "cName": "数字滚动",
  974. "type": "component",
  975. "show": true,
  976. "desc": "数字滚动组件,动态变化展示",
  977. "author": "Ymm0008"
  978. },
  979. {
  980. "name": "CountDown",
  981. "type": "component",
  982. "cName": "倒计时",
  983. "desc": "倒计时",
  984. "sort": 16,
  985. "show": true,
  986. "taro": true,
  987. "author": "yangxiaolu"
  988. },
  989. {
  990. "version": "3.0.0",
  991. "name": "Badge",
  992. "type": "component",
  993. "cName": "徽标",
  994. "desc": "徽标",
  995. "sort": 17,
  996. "show": true,
  997. "taro": true,
  998. "author": "liqiong"
  999. },
  1000. {
  1001. "version": "3.0.0",
  1002. "name": "Tag",
  1003. "type": "component",
  1004. "cName": "标签",
  1005. "desc": "标签",
  1006. "sort": 18,
  1007. "show": true,
  1008. "taro": true,
  1009. "author": "liqiong"
  1010. },
  1011. {
  1012. "version": "3.0.0",
  1013. "name": "Popover",
  1014. "type": "component",
  1015. "cName": "气泡弹出框",
  1016. "desc": "气泡弹出框",
  1017. "sort": 19,
  1018. "show": true,
  1019. "taro": true,
  1020. "author": "liqiong"
  1021. },
  1022. {
  1023. "version": "3.0.0",
  1024. "name": "Skeleton",
  1025. "type": "component",
  1026. "cName": "骨架屏",
  1027. "desc": "骨架屏",
  1028. "sort": 23,
  1029. "show": true,
  1030. "taro": true,
  1031. "author": "liqiong"
  1032. },
  1033. {
  1034. "version": "3.0.0",
  1035. "name": "Collapse",
  1036. "taro": true,
  1037. "sort": 2,
  1038. "cName": "折叠面板",
  1039. "type": "component",
  1040. "show": true,
  1041. "desc": "折叠面板",
  1042. "author": "Ymm0008"
  1043. },
  1044. {
  1045. "version": "3.0.0",
  1046. "name": "CollapseItem",
  1047. "taro": true,
  1048. "sort": 3,
  1049. "cName": "折叠面板-item",
  1050. "type": "component",
  1051. "show": false,
  1052. "exportEmpty": true,
  1053. "exportEmptyTaro": true,
  1054. "desc": "折叠面板-item",
  1055. "author": "Ymm0008"
  1056. },
  1057. {
  1058. "version": "3.0.0",
  1059. "taro": true,
  1060. "name": "Table",
  1061. "type": "component",
  1062. "cName": "表格",
  1063. "desc": "用于展示多条结构类似的数据,并具有一定的操作功能",
  1064. "sort": 9,
  1065. "show": true,
  1066. "author": "szg2008"
  1067. },
  1068. {
  1069. "version": "3.0.0",
  1070. "name": "Animate",
  1071. "cType": "展示组件",
  1072. "cName": "动画/动效",
  1073. "desc": "给页面元素添加动画效果",
  1074. "show": true,
  1075. "taro": true,
  1076. "tarodoc": true,
  1077. "type": "component",
  1078. "author": "lijiamiao"
  1079. },
  1080. {
  1081. "version": "3.0.0",
  1082. "name": "Ellipsis",
  1083. "cType": "展示组件",
  1084. "cName": "文本省略",
  1085. "desc": "文本省略",
  1086. "show": true,
  1087. "tarodoc": false,
  1088. "type": "component",
  1089. "author": "yangxiaolu3"
  1090. },
  1091. {
  1092. "version": "3.0.0",
  1093. "name": "WaterMark",
  1094. "cType": "展示组件",
  1095. "cName": "水印",
  1096. "desc": "页面上添加特定的文字或图案。适用于防止信息盗用。",
  1097. "show": true,
  1098. "tarodoc": false,
  1099. "type": "component",
  1100. "author": "liukun"
  1101. }
  1102. ]
  1103. },
  1104. {
  1105. "name": "特色组件",
  1106. "enName": "business",
  1107. "packages": [
  1108. {
  1109. "version": "3.0.0",
  1110. "taro": true,
  1111. "name": "Address",
  1112. "type": "component",
  1113. "cName": "地址",
  1114. "desc": "地址组件",
  1115. "sort": 1,
  1116. "show": true,
  1117. "author": "yangxiaolu3"
  1118. },
  1119. {
  1120. "version": "3.0.0",
  1121. "taro": true,
  1122. "name": "Barrage",
  1123. "type": "component",
  1124. "cName": "弹幕",
  1125. "desc": "用于视频弹幕等展示",
  1126. "sort": 2,
  1127. "show": true,
  1128. "author": "Ymm0008"
  1129. },
  1130. {
  1131. "version": "3.0.0",
  1132. "taro": true,
  1133. "tarodoc": true,
  1134. "name": "Signature",
  1135. "type": "component",
  1136. "cName": "签名",
  1137. "desc": "签名组件",
  1138. "sort": 3,
  1139. "show": true,
  1140. "author": "guoxiaoxiao"
  1141. },
  1142. {
  1143. "version": "3.0.0",
  1144. "taro": true,
  1145. "name": "TimeSelect",
  1146. "type": "component",
  1147. "cName": "配送时间",
  1148. "desc": "配送时间",
  1149. "sort": 4,
  1150. "show": true,
  1151. "author": "szg2008"
  1152. },
  1153. {
  1154. "version": "3.0.0",
  1155. "taro": true,
  1156. "name": "TimePannel",
  1157. "type": "component",
  1158. "cName": "配送时间",
  1159. "desc": "配送时间",
  1160. "sort": 5,
  1161. "show": false,
  1162. "exportEmpty": true,
  1163. "author": "szg2008"
  1164. },
  1165. {
  1166. "version": "3.0.0",
  1167. "taro": true,
  1168. "name": "TimeDetail",
  1169. "type": "component",
  1170. "cName": "配送时间",
  1171. "desc": "配送时间",
  1172. "sort": 6,
  1173. "show": false,
  1174. "exportEmpty": true,
  1175. "author": "szg2008"
  1176. },
  1177. {
  1178. "version": "3.0.0",
  1179. "taro": true,
  1180. "name": "Sku",
  1181. "type": "component",
  1182. "cName": "商品规格选择",
  1183. "desc": "商品规格选择",
  1184. "sort": 1,
  1185. "show": true,
  1186. "author": "yangxiaolu3"
  1187. },
  1188. {
  1189. "version": "3.0.0",
  1190. "taro": true,
  1191. "name": "Card",
  1192. "type": "component",
  1193. "cName": "商品卡片",
  1194. "desc": "展示商品",
  1195. "sort": 1,
  1196. "show": true,
  1197. "author": "Drjingfubo"
  1198. },
  1199. {
  1200. "version": "3.0.0",
  1201. "name": "Ecard",
  1202. "cType": "特色组件",
  1203. "cName": "虚拟电子卡",
  1204. "desc": "虚拟电子卡选择",
  1205. "show": true,
  1206. "tarodoc": false,
  1207. "type": "component",
  1208. "author": "yangxiaolu"
  1209. },
  1210. {
  1211. "version": "3.0.0",
  1212. "name": "AddressList",
  1213. "type": "component",
  1214. "cName": "地址列表",
  1215. "desc": "展示收货地址列表",
  1216. "show": true,
  1217. "author": "yushuang24",
  1218. "taro": true
  1219. },
  1220. {
  1221. "version": "3.0.0",
  1222. "name": "Category",
  1223. "type": "component",
  1224. "cName": "商品分类",
  1225. "desc": "商品分类展示",
  1226. "show": true,
  1227. "author": "liqiong43",
  1228. "taro": true
  1229. },
  1230. {
  1231. "version": "3.0.0",
  1232. "name": "CategoryPane",
  1233. "type": "component",
  1234. "cName": "商品分类面板",
  1235. "desc": "商品分类面板",
  1236. "show": false,
  1237. "exportEmpty": true,
  1238. "author": "liqiong43",
  1239. "taro": true
  1240. },
  1241. {
  1242. "name": "Comment",
  1243. "cType": "特色组件",
  1244. "cName": "商品评论",
  1245. "desc": "商品评论",
  1246. "show": true,
  1247. "tarodoc": false,
  1248. "type": "component",
  1249. "author": "yangxiaolu"
  1250. }
  1251. ]
  1252. }
  1253. ]
  1254. }