config.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724
  1. {
  2. "versions": [
  3. {
  4. "name": "1.x",
  5. "link": "/1x/"
  6. },
  7. {
  8. "name": "2.x",
  9. "link": "/2x/"
  10. },
  11. {
  12. "name": "3.x",
  13. "link": "/"
  14. },
  15. {
  16. "name": "nutui-jdl",
  17. "link": "/jdl/"
  18. },
  19. {
  20. "name": "nutui-react",
  21. "link": "https://github.com/jdf2e/nutui/tree/nutui-react"
  22. }
  23. ],
  24. "header": [
  25. {
  26. "name": "intro,theme,start",
  27. "cName": "指南",
  28. "path": "/intro"
  29. },
  30. {
  31. "name": "component",
  32. "cName": "组件",
  33. "path": "/button"
  34. },
  35. {
  36. "name": "example",
  37. "cName": "示例",
  38. "path": "/"
  39. },
  40. {
  41. "name": "resource",
  42. "cName": "资源",
  43. "path": "/resource"
  44. }
  45. ],
  46. "docs": {
  47. "name": "指南",
  48. "packages": [
  49. {
  50. "name": "intro",
  51. "cName": "介绍",
  52. "show": true
  53. },
  54. {
  55. "name": "start",
  56. "cName": "快速上手",
  57. "show": true
  58. },
  59. {
  60. "name": "starttaro",
  61. "cName": "小程序开发",
  62. "show": true
  63. },
  64. {
  65. "name": "theme",
  66. "cName": "主题定制",
  67. "show": true
  68. },
  69. {
  70. "name": "international",
  71. "cName": "国际化",
  72. "show": false
  73. },
  74. {
  75. "name": "resource",
  76. "cName": "资源",
  77. "show": true
  78. },
  79. {
  80. "name": "https://github.com/jdf2e/nutui/releases",
  81. "cName": "更新日志",
  82. "show": true,
  83. "isLink": true
  84. }
  85. ]
  86. },
  87. "nav": [
  88. {
  89. "name": "基础组件",
  90. "enName": "base",
  91. "packages": [
  92. {
  93. "version": "3.0.0",
  94. "name": "Avatar",
  95. "taro": true,
  96. "sort": 7,
  97. "cName": "头像",
  98. "type": "component",
  99. "show": true,
  100. "desc": "头像",
  101. "author": "ailululu"
  102. },
  103. {
  104. "version": "3.0.0",
  105. "name": "Button",
  106. "taro": true,
  107. "sort": 1,
  108. "cName": "按钮",
  109. "type": "component",
  110. "show": true,
  111. "desc": "按钮用于触发一个操作,如提交表单。",
  112. "author": "richard1015"
  113. },
  114. {
  115. "version": "3.0.0",
  116. "name": "Cell",
  117. "taro": true,
  118. "sort": 1,
  119. "cName": "单元格",
  120. "type": "component",
  121. "show": true,
  122. "desc": "展示列表",
  123. "author": "richard1015"
  124. },
  125. {
  126. "version": "3.0.0",
  127. "name": "CellGroup",
  128. "sort": 1,
  129. "cName": "单元格组件",
  130. "type": "component",
  131. "show": false,
  132. "desc": "展示分组列表",
  133. "author": "richard1015"
  134. },
  135. {
  136. "version": "3.0.0",
  137. "name": "Icon",
  138. "taro": true,
  139. "sort": 3,
  140. "cName": "图标",
  141. "type": "component",
  142. "show": true,
  143. "desc": "图标",
  144. "author": "richard1015"
  145. },
  146. {
  147. "version": "3.0.0",
  148. "name": "Price",
  149. "taro": true,
  150. "sort": 4,
  151. "cName": "价格",
  152. "type": "component",
  153. "show": true,
  154. "desc": "价格组件",
  155. "author": "ailululu"
  156. },
  157. {
  158. "version": "3.0.0",
  159. "name": "OverLay",
  160. "taro": true,
  161. "type": "component",
  162. "cName": "遮罩层",
  163. "desc": "创建一个遮罩层,通常用于阻止用户进行其他操作",
  164. "sort": 14,
  165. "show": true,
  166. "author": "szg2008"
  167. }
  168. ]
  169. },
  170. {
  171. "name": "布局组件",
  172. "enName": "layout",
  173. "packages": [
  174. {
  175. "version": "3.0.0",
  176. "name": "Layout",
  177. "taro": true,
  178. "sort": 4,
  179. "cName": "布局",
  180. "type": "component",
  181. "show": true,
  182. "desc": "简便地创建布局",
  183. "author": "undo"
  184. },
  185. {
  186. "version": "3.0.0",
  187. "name": "Col",
  188. "sort": 5,
  189. "cName": "布局-Col",
  190. "type": "component",
  191. "show": false,
  192. "desc": "布局组件Col",
  193. "author": "undo"
  194. },
  195. {
  196. "version": "3.0.0",
  197. "name": "Row",
  198. "sort": 6,
  199. "cName": "布局-Row",
  200. "type": "component",
  201. "show": false,
  202. "desc": "布局组件Row",
  203. "author": "undo"
  204. }
  205. ]
  206. },
  207. {
  208. "name": "操作反馈",
  209. "enName": "feedback",
  210. "packages": [
  211. {
  212. "version": "3.0.0",
  213. "name": "Swipe",
  214. "taro": true,
  215. "type": "component",
  216. "cName": "滑动手势操作",
  217. "desc": "列表项左滑删除场景使用",
  218. "sort": 4,
  219. "show": true,
  220. "author": "richard1015"
  221. },
  222. {
  223. "version": "3.0.0",
  224. "name": "ActionSheet",
  225. "taro": true,
  226. "sort": "1",
  227. "cName": "动作面板",
  228. "type": "component",
  229. "show": true,
  230. "desc": "底部弹出动作菜单面板",
  231. "author": "zhangyufei"
  232. },
  233. {
  234. "version": "3.0.0",
  235. "name": "BackTop",
  236. "taro": true,
  237. "tarodoc": true,
  238. "sort": "1",
  239. "cName": "返回顶部",
  240. "type": "component",
  241. "show": true,
  242. "desc": "较长页面快捷返回顶部",
  243. "author": "liqiong43"
  244. },
  245. {
  246. "version": "3.0.0",
  247. "name": "Collapse",
  248. "taro": true,
  249. "sort": 2,
  250. "cName": "折叠面板",
  251. "type": "component",
  252. "show": true,
  253. "desc": "折叠面板",
  254. "author": "Ymm0008"
  255. },
  256. {
  257. "version": "3.0.0",
  258. "name": "CollapseItem",
  259. "taro": true,
  260. "sort": 3,
  261. "cName": "折叠面板-item",
  262. "type": "component",
  263. "show": false,
  264. "desc": "折叠面板-item",
  265. "author": "Ymm0008"
  266. },
  267. {
  268. "version": "3.0.0",
  269. "name": "Drag",
  270. "taro": true,
  271. "tarodoc": true,
  272. "type": "component",
  273. "cName": "拖拽",
  274. "desc": "拖拽组件",
  275. "sort": 16,
  276. "show": true,
  277. "author": "Drjingfubo"
  278. },
  279. {
  280. "version": "3.0.0",
  281. "name": "Dialog",
  282. "taro": true,
  283. "tarodoc": true,
  284. "type": "methods",
  285. "cName": "对话框",
  286. "desc": "模态对话框,在浮层中显示,引导用户进行相关操作,支持图片对话框。",
  287. "sort": 8,
  288. "show": true,
  289. "author": "dsj"
  290. },
  291. {
  292. "version": "3.0.0",
  293. "name": "InfiniteLoading",
  294. "taro": true,
  295. "tarodoc": true,
  296. "type": "component",
  297. "cName": "滚动加载",
  298. "desc": "列表滚动到底部自动加载更多数据",
  299. "sort": 15,
  300. "show": true,
  301. "author": "yangxiaolu"
  302. },
  303. {
  304. "version": "3.0.0",
  305. "name": "Notify",
  306. "tarodoc": true,
  307. "taro": true,
  308. "type": "methods",
  309. "cName": "消息通知",
  310. "desc": "在页面顶部展示消息提示,支持函数调用和组件调用两种方式",
  311. "sort": 4,
  312. "show": true,
  313. "author": "wangyue217"
  314. },
  315. {
  316. "version": "3.0.0",
  317. "name": "Range",
  318. "taro": true,
  319. "type": "component",
  320. "cName": "区间选择器",
  321. "desc": "滑动输入条,用于在给定的范围内选择一个值。",
  322. "sort": 16,
  323. "show": true,
  324. "author": "zy19940510"
  325. },
  326. {
  327. "version": "3.0.0",
  328. "name": "PullRefresh",
  329. "type": "component",
  330. "cName": "下拉刷新",
  331. "desc": "下拉刷新",
  332. "sort": 16,
  333. "show": false,
  334. "author": "yangxiaolu3"
  335. },
  336. {
  337. "version": "3.0.0",
  338. "name": "Video",
  339. "type": "component",
  340. "cName": "视频播放器",
  341. "desc": "视频播放组件",
  342. "sort": 20,
  343. "show": false,
  344. "author": "zy19940510"
  345. },
  346. {
  347. "version": "3.0.0",
  348. "name": "Popup",
  349. "taro": true,
  350. "sort": 8,
  351. "cName": "弹出层",
  352. "type": "component",
  353. "show": true,
  354. "desc": "弹出层容器,用于展示弹窗、信息提示等内容,支持多个弹出层叠加展示",
  355. "author": "szg2008"
  356. },
  357. {
  358. "version": "3.0.0",
  359. "name": "Steps",
  360. "taro": true,
  361. "sort": 17,
  362. "cName": "步骤条",
  363. "type": "component",
  364. "show": true,
  365. "desc": "步骤条",
  366. "author": "ailululu"
  367. },
  368. {
  369. "version": "3.0.0",
  370. "name": "Step",
  371. "sort": 17,
  372. "cName": "步骤条子组件",
  373. "type": "component",
  374. "show": false,
  375. "desc": "步骤条子组件",
  376. "author": "ailululu"
  377. },
  378. {
  379. "version": "3.0.0",
  380. "name": "Swiper",
  381. "taro": true,
  382. "tarodoc": true,
  383. "sort": 6,
  384. "cName": "轮播",
  385. "type": "component",
  386. "show": true,
  387. "desc": "轮播",
  388. "author": "suzigang"
  389. },
  390. {
  391. "version": "3.0.0",
  392. "name": "SwiperItem",
  393. "sort": 6,
  394. "cName": "轮播图子组件",
  395. "type": "component",
  396. "show": false,
  397. "desc": "轮播图子组件",
  398. "author": "suzigang"
  399. },
  400. {
  401. "version": "3.0.0",
  402. "name": "Switch",
  403. "taro": true,
  404. "type": "component",
  405. "cName": "开关",
  406. "desc": "用来打开或关闭选项",
  407. "sort": 3,
  408. "show": true,
  409. "author": "zongyue3"
  410. },
  411. {
  412. "version": "3.0.0",
  413. "name": "Toast",
  414. "taro": true,
  415. "tarodoc": true,
  416. "sort": "1",
  417. "cName": "吐司",
  418. "type": "methods",
  419. "show": true,
  420. "desc": "轻提示",
  421. "author": "undo"
  422. },
  423. {
  424. "version": "3.0.0",
  425. "name": "Progress",
  426. "taro": true,
  427. "sort": 8,
  428. "cName": "进度条",
  429. "type": "component",
  430. "show": true,
  431. "desc": "用来展示进度",
  432. "author": "Drjingubo"
  433. },
  434. {
  435. "version": "3.0.0",
  436. "name": "CircleProgress",
  437. "taro": true,
  438. "sort": 8,
  439. "cName": "环形进度条",
  440. "type": "component",
  441. "show": true,
  442. "desc": "用来展示进度",
  443. "author": "Drjingubo"
  444. }
  445. ]
  446. },
  447. {
  448. "name": "导航组件",
  449. "enName": "nav",
  450. "packages": [
  451. {
  452. "version": "3.0.0",
  453. "name": "Navbar",
  454. "taro": true,
  455. "sort": 3,
  456. "cName": "头部导航",
  457. "type": "componment",
  458. "show": true,
  459. "desc": "头部导航",
  460. "author": "liqiong43"
  461. },
  462. {
  463. "version": "3.0.0",
  464. "name": "Tab",
  465. "sort": 1,
  466. "cName": "标签组件",
  467. "type": "component",
  468. "show": true,
  469. "taro": true,
  470. "desc": "标签组件",
  471. "author": "zhenyulei"
  472. },
  473. {
  474. "name": "TabPanel",
  475. "sort": 2,
  476. "cName": "标签组件",
  477. "type": "component",
  478. "show": false,
  479. "desc": "标签组件",
  480. "author": "zhenyulei"
  481. },
  482. {
  483. "version": "3.0.0",
  484. "name": "Menu",
  485. "sort": 2,
  486. "cName": "菜单组件",
  487. "type": "component",
  488. "show": false,
  489. "desc": "下拉菜单组件",
  490. "author": "vickyYE"
  491. },
  492. {
  493. "version": "3.0.0",
  494. "name": "MenuItem",
  495. "sort": 2,
  496. "cName": "菜单组件",
  497. "type": "component",
  498. "show": false,
  499. "desc": "下拉菜单组件",
  500. "author": "vickyYE"
  501. },
  502. {
  503. "version": "3.0.0",
  504. "name": "Tabbar",
  505. "taro": true,
  506. "sort": 2,
  507. "cName": "标签栏",
  508. "type": "component",
  509. "show": true,
  510. "desc": "标签栏",
  511. "author": "Drjingfubo"
  512. },
  513. {
  514. "version": "3.0.0",
  515. "name": "Tabbaritem",
  516. "sort": 2,
  517. "cName": "标签栏子组件",
  518. "type": "component",
  519. "show": false,
  520. "desc": "标签栏子组件",
  521. "author": "Drjingfubo"
  522. },
  523. {
  524. "version": "3.0.0",
  525. "name": "NoticeBar",
  526. "type": "component",
  527. "cName": "公告栏",
  528. "desc": "用于循环播放展示一组消息通知",
  529. "sort": 5,
  530. "show": false,
  531. "author": "wangyue92"
  532. }
  533. ]
  534. },
  535. {
  536. "name": "数据录入",
  537. "enName": "dentry",
  538. "packages": [
  539. {
  540. "version": "3.0.0",
  541. "taro": true,
  542. "name": "Calendar",
  543. "type": "component",
  544. "cName": "日历",
  545. "desc": "日历组件",
  546. "sort": 5,
  547. "show": true,
  548. "author": "songchenglin1"
  549. },
  550. {
  551. "version": "3.0.0",
  552. "name": "Checkbox",
  553. "taro": true,
  554. "sort": 5,
  555. "cName": "复选按钮",
  556. "type": "component",
  557. "show": true,
  558. "desc": "复选按钮",
  559. "author": "Ymm0008"
  560. },
  561. {
  562. "version": "3.0.0",
  563. "name": "CheckboxGroup",
  564. "type": "component",
  565. "cName": "多选按钮组",
  566. "desc": "多选按钮组",
  567. "sort": 11,
  568. "show": false,
  569. "author": "Ymm0008"
  570. },
  571. {
  572. "version": "3.0.0",
  573. "name": "DatePicker",
  574. "taro": true,
  575. "tarodoc": true,
  576. "type": "component",
  577. "cName": "日期选择器",
  578. "desc": "提供多个选型集合供用户选择,支持单列选择和多列级联,通常与弹出层配合使用",
  579. "sort": 5,
  580. "show": true,
  581. "author": "yangkaixuan"
  582. },
  583. {
  584. "version": "3.0.0",
  585. "name": "InputNumber",
  586. "taro": true,
  587. "sort": 1,
  588. "cName": "数字输入框",
  589. "type": "component",
  590. "show": true,
  591. "desc": "数字输入框组件",
  592. "author": "szg2008"
  593. },
  594. {
  595. "version": "3.0.0",
  596. "name": "Input",
  597. "taro": true,
  598. "sort": 2,
  599. "cName": "输入框",
  600. "type": "component",
  601. "show": true,
  602. "desc": "输入框组件",
  603. "author": "gxx158"
  604. },
  605. {
  606. "version": "3.0.0",
  607. "name": "Radio",
  608. "taro": true,
  609. "type": "component",
  610. "cName": "单选按钮",
  611. "desc": "单选按钮",
  612. "sort": 9,
  613. "show": true,
  614. "author": "Ymm0008"
  615. },
  616. {
  617. "version": "3.0.0",
  618. "name": "RadioGroup",
  619. "type": "component",
  620. "cName": "单选按钮组",
  621. "desc": "单选按钮组",
  622. "sort": 10,
  623. "show": false,
  624. "author": "Ymm0008"
  625. },
  626. {
  627. "version": "3.0.0",
  628. "name": "Rate",
  629. "taro": true,
  630. "sort": 4,
  631. "cName": "评分",
  632. "type": "component",
  633. "show": true,
  634. "desc": "评分组件",
  635. "author": "undo"
  636. },
  637. {
  638. "version": "3.0.0",
  639. "name": "CalendarItem",
  640. "type": "component",
  641. "cName": "日历子组件",
  642. "desc": "日历子组件",
  643. "sort": 5,
  644. "show": false,
  645. "author": "songchenglin1"
  646. },
  647. {
  648. "version": "3.0.0",
  649. "name": "Picker",
  650. "taro": true,
  651. "tarodoc": true,
  652. "type": "component",
  653. "cName": "选择器",
  654. "desc": "提供多个选型集合供用户选择,支持单列选择和多列级联,通常与弹出层配合使用",
  655. "sort": 5,
  656. "show": true,
  657. "author": "yangkaixuan"
  658. },
  659. {
  660. "version": "3.0.0",
  661. "name": "ShortPassword",
  662. "taro": true,
  663. "type": "component",
  664. "cName": "短密码",
  665. "desc": "短密码组件",
  666. "sort": 6,
  667. "show": true,
  668. "author": "Drjingfubo"
  669. },
  670. {
  671. "version": "3.0.0",
  672. "taro": true,
  673. "name": "TextArea",
  674. "type": "component",
  675. "cName": "文本域",
  676. "desc": "文本输入",
  677. "sort": 7,
  678. "show": true,
  679. "author": "gx"
  680. },
  681. {
  682. "version": "3.0.0",
  683. "name": "Uploader",
  684. "taro": true,
  685. "tarodoc": true,
  686. "sort": 2,
  687. "cName": "上传",
  688. "type": "component",
  689. "show": true,
  690. "desc": "上传文件、图片",
  691. "author": "richard1015"
  692. }
  693. ]
  694. },
  695. {
  696. "name": "特色组件",
  697. "enName": "business",
  698. "packages": [
  699. {
  700. "version": "3.0.0",
  701. "taro": true,
  702. "name": "Address",
  703. "type": "component",
  704. "cName": "地址",
  705. "desc": "地址组件",
  706. "sort": 1,
  707. "show": true,
  708. "author": "yangxiaolu3"
  709. },
  710. {
  711. "version": "3.0.0",
  712. "taro": true,
  713. "name": "Barrage",
  714. "type": "component",
  715. "cName": "弹幕组件",
  716. "desc": "用于视频弹幕等展示",
  717. "sort": 2,
  718. "show": true,
  719. "author": "Ymm0008"
  720. }
  721. ]
  722. }
  723. ]
  724. }