config.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  1. {
  2. "versions": [
  3. {
  4. "name": "1.x",
  5. "link": "/1x/"
  6. },
  7. {
  8. "name": "2.x",
  9. "link": "/"
  10. },
  11. {
  12. "name": "3.x",
  13. "link": "/3x/"
  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": "guide",
  27. "cName": "指南",
  28. "path": "/intro"
  29. },
  30. {
  31. "name": "intro",
  32. "cName": "组件",
  33. "path": "/intro"
  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": "theme",
  61. "cName": "主题定制",
  62. "show": true
  63. },
  64. {
  65. "name": "international",
  66. "cName": "国际化",
  67. "show": false
  68. },
  69. {
  70. "name": "resource",
  71. "cName": "资源",
  72. "show": true
  73. },
  74. {
  75. "name": "https://github.com/jdf2e/nutui/releases",
  76. "cName": "更新日志",
  77. "show": true,
  78. "isLink": true
  79. }
  80. ]
  81. },
  82. "nav": [
  83. {
  84. "name": "布局组件",
  85. "packages": [
  86. {
  87. "name": "Button",
  88. "sort": 1,
  89. "cName": "按钮组件",
  90. "type": "component",
  91. "show": true,
  92. "desc": "按钮用于触发一个操作,如提交表单。",
  93. "author": "richard1015",
  94. "path": "/pages/button/index"
  95. },
  96. {
  97. "name": "Collapse",
  98. "sort": 2,
  99. "cName": "折叠面板",
  100. "type": "component",
  101. "show": true,
  102. "desc": "折叠面板",
  103. "author": "Ymm0008",
  104. "path": "/pages/collapse/index"
  105. },
  106. {
  107. "name": "CollapseItem",
  108. "sort": 3,
  109. "cName": "折叠面板-item",
  110. "type": "component",
  111. "show": false,
  112. "desc": "折叠面板-item",
  113. "author": "Ymm0008",
  114. "path": "/pages/collapseitem/index"
  115. },
  116. {
  117. "name": "Layout",
  118. "sort": 4,
  119. "cName": "布局",
  120. "type": "component",
  121. "show": true,
  122. "desc": "简便地创建布局",
  123. "author": "undo",
  124. "path": "/pages/layout/index"
  125. },
  126. {
  127. "name": "Col",
  128. "sort": 5,
  129. "cName": "布局-Col",
  130. "type": "component",
  131. "show": false,
  132. "desc": "布局组件Col",
  133. "author": "undo",
  134. "path": "/pages/col/index"
  135. },
  136. {
  137. "name": "Row",
  138. "sort": 6,
  139. "cName": "布局-Row",
  140. "type": "component",
  141. "show": false,
  142. "desc": "布局组件Row",
  143. "author": "undo",
  144. "path": "/pages/row/index"
  145. }
  146. ]
  147. },
  148. {
  149. "name": "操作反馈",
  150. "packages": [
  151. {
  152. "name": "BackTop",
  153. "sort": "1",
  154. "cName": "返回顶部",
  155. "type": "component",
  156. "show": true,
  157. "desc": "较长页面快捷返回顶部",
  158. "author": "liqiong43",
  159. "path": "/pages/backtop/index"
  160. },
  161. {
  162. "name": "ActionSheet",
  163. "sort": "1",
  164. "cName": "动作面板",
  165. "type": "component",
  166. "show": true,
  167. "desc": "底部弹出动作菜单面板",
  168. "author": "zhangyufei",
  169. "path": "/pages/actionsheet/index"
  170. },
  171. {
  172. "name": "Toast",
  173. "sort": "1",
  174. "cName": "吐司",
  175. "type": "methods",
  176. "show": true,
  177. "desc": "轻提示",
  178. "author": "undo",
  179. "path": "/pages/toast/index"
  180. },
  181. {
  182. "version": "3.0.0",
  183. "name": "Notify",
  184. "type": "component",
  185. "cName": "消息通知",
  186. "desc": "在页面顶部展示消息提示,支持函数调用和组件调用两种方式",
  187. "sort": 4,
  188. "show": true,
  189. "author": "wangyue217",
  190. "path": "/pages/notify/index"
  191. },
  192. {
  193. "version": "3.0.0",
  194. "name": "Picker",
  195. "type": "component",
  196. "cName": "选择器",
  197. "desc": "提供多个选型集合供用户选择,支持单列选择和多列级联,通常与弹出层配合使用",
  198. "sort": 5,
  199. "show": true,
  200. "author": "yangkaixuan",
  201. "path": "/pages/picker/index"
  202. },
  203. {
  204. "version": "3.0.0",
  205. "name": "DatePicker",
  206. "type": "component",
  207. "cName": "选择器",
  208. "desc": "提供多个选型集合供用户选择,支持单列选择和多列级联,通常与弹出层配合使用",
  209. "sort": 5,
  210. "show": true,
  211. "author": "yangkaixuan",
  212. "path": "/pages/datepicker/index"
  213. }
  214. ]
  215. },
  216. {
  217. "name": "基础组件",
  218. "packages": [
  219. {
  220. "name": "Temp",
  221. "sort": 1,
  222. "cName": "模板组件",
  223. "type": "component",
  224. "show": false,
  225. "desc": "组件模板示例",
  226. "author": "richard1015",
  227. "path": "/pages/temp/index"
  228. },
  229. {
  230. "name": "Cell",
  231. "sort": 1,
  232. "cName": "单元格组件",
  233. "type": "component",
  234. "show": true,
  235. "desc": "展示列表",
  236. "author": "richard1015",
  237. "path": "/pages/cell/index"
  238. },
  239. {
  240. "name": "CellGroup",
  241. "sort": 1,
  242. "cName": "单元格组件",
  243. "type": "component",
  244. "show": false,
  245. "desc": "展示分组列表",
  246. "author": "richard1015",
  247. "path": "/pages/cellgroup/index"
  248. },
  249. {
  250. "name": "Uploader",
  251. "sort": 2,
  252. "cName": "上传组件",
  253. "type": "component",
  254. "show": true,
  255. "desc": "上传文件、图片",
  256. "author": "richard1015",
  257. "path": "/pages/uploader/index"
  258. },
  259. {
  260. "name": "Icon",
  261. "sort": 3,
  262. "cName": "图标组件",
  263. "type": "component",
  264. "show": true,
  265. "desc": "图标",
  266. "author": "richard1015",
  267. "path": "/pages/icon/index"
  268. },
  269. {
  270. "name": "Price",
  271. "sort": 4,
  272. "cName": "价格组件",
  273. "type": "component",
  274. "show": true,
  275. "desc": "价格组件",
  276. "author": "ailululu",
  277. "path": "/pages/price/index"
  278. },
  279. {
  280. "name": "Checkbox",
  281. "sort": 5,
  282. "cName": "复选按钮",
  283. "type": "component",
  284. "show": true,
  285. "desc": "复选按钮",
  286. "author": "Ymm0008",
  287. "path": "/pages/checkbox/index"
  288. },
  289. {
  290. "name": "Swiper",
  291. "sort": 6,
  292. "cName": "轮播",
  293. "type": "component",
  294. "show": true,
  295. "desc": "轮播",
  296. "author": "suzigang",
  297. "path": "/pages/swiper/index"
  298. },
  299. {
  300. "name": "SwiperItem",
  301. "sort": 6,
  302. "cName": "轮播图子组件",
  303. "type": "component",
  304. "show": false,
  305. "desc": "轮播图子组件",
  306. "author": "suzigang",
  307. "path": "/pages/swiperitem/index"
  308. },
  309. {
  310. "name": "Avatar",
  311. "sort": 7,
  312. "cName": "头像",
  313. "type": "component",
  314. "show": true,
  315. "desc": "头像",
  316. "author": "ailululu",
  317. "path": "/pages/avatar/index"
  318. },
  319. {
  320. "name": "Popup",
  321. "sort": 8,
  322. "cName": "弹出层",
  323. "type": "component",
  324. "show": true,
  325. "desc": "弹出层容器,用于展示弹窗、信息提示等内容,支持多个弹出层叠加展示",
  326. "author": "szg2008",
  327. "version": "3.0.0",
  328. "path": "/pages/popup/index"
  329. },
  330. {
  331. "name": "Dialog",
  332. "type": "methods",
  333. "cName": "对话框",
  334. "desc": "模态对话框,在浮层中显示,引导用户进行相关操作,支持图片对话框。",
  335. "sort": 8,
  336. "show": true,
  337. "author": "dsj",
  338. "path": "/pages/dialog/index"
  339. },
  340. {
  341. "version": "3.0.0",
  342. "name": "Radio",
  343. "type": "component",
  344. "cName": "单选按钮",
  345. "desc": "单选按钮",
  346. "sort": 9,
  347. "show": true,
  348. "author": "Ymm0008",
  349. "path": "/pages/radio/index"
  350. },
  351. {
  352. "version": "3.0.0",
  353. "name": "RadioGroup",
  354. "type": "component",
  355. "cName": "单选按钮组",
  356. "desc": "单选按钮组",
  357. "sort": 10,
  358. "show": false,
  359. "author": "Ymm0008",
  360. "path": "/pages/radiogroup/index"
  361. },
  362. {
  363. "version": "3.0.0",
  364. "name": "CheckboxGroup",
  365. "type": "component",
  366. "cName": "多选按钮组",
  367. "desc": "多选按钮组",
  368. "sort": 11,
  369. "show": false,
  370. "author": "Ymm0008",
  371. "path": "/pages/checkboxgroup/index"
  372. },
  373. {
  374. "version": "3.0.0",
  375. "name": "OverLay",
  376. "type": "component",
  377. "cName": "遮罩层",
  378. "desc": "创建一个遮罩层,通常用于阻止用户进行其他操作",
  379. "sort": 14,
  380. "show": true,
  381. "author": "szg2008",
  382. "path": "/pages/overlay/index"
  383. },
  384. {
  385. "version": "3.0.0",
  386. "name": "InfiniteLoading",
  387. "type": "component",
  388. "cName": "滚动加载",
  389. "desc": "列表滚动到底部自动加载更多数据",
  390. "sort": 15,
  391. "show": true,
  392. "author": "yangxiaolu",
  393. "path": "/pages/infiniteloading/index"
  394. },
  395. {
  396. "version": "3.0.0",
  397. "name": "Range",
  398. "type": "component",
  399. "cName": "区间选择器",
  400. "desc": "滑动输入条,用于在给定的范围内选择一个值。",
  401. "sort": 16,
  402. "show": true,
  403. "author": "Jerry",
  404. "path": "/pages/range/index"
  405. },
  406. {
  407. "name": "PullRefresh",
  408. "type": "component",
  409. "cName": "下拉刷新",
  410. "desc": "下拉刷新",
  411. "sort": 16,
  412. "show": false,
  413. "author": "yangxiaolu3",
  414. "path": "/pages/pullrefresh/index"
  415. },
  416. {
  417. "name": "Drag",
  418. "type": "component",
  419. "cName": "拖拽",
  420. "desc": "拖拽组件",
  421. "sort": 16,
  422. "show": true,
  423. "author": "Drjingfubo",
  424. "path": "/pages/drag/index"
  425. },
  426. {
  427. "name": "Steps",
  428. "sort": 17,
  429. "cName": "步骤条",
  430. "type": "component",
  431. "show": true,
  432. "desc": "步骤条",
  433. "author": "ailululu",
  434. "path": "/pages/steps/index"
  435. },
  436. {
  437. "name": "Step",
  438. "sort": 17,
  439. "cName": "步骤条子组件",
  440. "type": "component",
  441. "show": false,
  442. "desc": "步骤条子组件",
  443. "author": "ailululu",
  444. "path": "/pages/step/index"
  445. }
  446. ]
  447. },
  448. {
  449. "name": "导航组件",
  450. "packages": [
  451. {
  452. "name": "Navbar",
  453. "sort": 3,
  454. "cName": "导航组件",
  455. "type": "componment",
  456. "show": true,
  457. "desc": "导航组件",
  458. "author": "liqiong43",
  459. "path": "/pages/navbar/index"
  460. },
  461. {
  462. "name": "Tab",
  463. "sort": 1,
  464. "cName": "标签组件",
  465. "type": "component",
  466. "show": false,
  467. "desc": "标签组件",
  468. "author": "zhenyulei",
  469. "path": "/pages/tab/index"
  470. },
  471. {
  472. "name": "Menu",
  473. "sort": 2,
  474. "cName": "菜单组件",
  475. "type": "component",
  476. "show": false,
  477. "desc": "下拉菜单组件",
  478. "author": "vickyYE",
  479. "path": "/pages/menu/index"
  480. },
  481. {
  482. "name": "MenuItem",
  483. "sort": 2,
  484. "cName": "菜单组件",
  485. "type": "component",
  486. "show": false,
  487. "desc": "下拉菜单组件",
  488. "author": "vickyYE",
  489. "path": "/pages/menuitem/index"
  490. },
  491. {
  492. "name": "Tabbar",
  493. "sort": 2,
  494. "cName": "标签栏组件",
  495. "type": "component",
  496. "show": true,
  497. "desc": "标签栏组件",
  498. "author": "Drjingfubo",
  499. "path": "/pages/tabbar/index"
  500. },
  501. {
  502. "name": "Tabbaritem",
  503. "sort": 2,
  504. "cName": "标签栏子组件",
  505. "type": "component",
  506. "show": false,
  507. "desc": "标签栏子组件",
  508. "author": "Drjingfubo",
  509. "path": "/pages/tabbaritem/index"
  510. },
  511. {
  512. "version": "3.0.0",
  513. "name": "NoticeBar",
  514. "type": "component",
  515. "cName": "公告栏",
  516. "desc": "用于循环播放展示一组消息通知",
  517. "sort": 5,
  518. "show": false,
  519. "author": "wangyue92",
  520. "path": "/pages/noticebar/index"
  521. }
  522. ]
  523. },
  524. {
  525. "name": "数据录入",
  526. "packages": [
  527. {
  528. "name": "InputNumber",
  529. "sort": 1,
  530. "cName": "数字输入框",
  531. "type": "component",
  532. "show": true,
  533. "desc": "数字输入框组件",
  534. "author": "szg2008",
  535. "path": "/pages/inputnumber/index"
  536. },
  537. {
  538. "name": "Input",
  539. "sort": 2,
  540. "cName": "输入框",
  541. "type": "component",
  542. "show": true,
  543. "desc": "输入框组件",
  544. "author": "gxx158",
  545. "path": "/pages/input/index"
  546. },
  547. {
  548. "version": "3.0.0",
  549. "name": "Switch",
  550. "type": "component",
  551. "cName": "开关组件",
  552. "desc": "用来打开或关闭选项",
  553. "sort": 3,
  554. "show": true,
  555. "author": "zongyue3",
  556. "path": "/pages/switch/index"
  557. },
  558. {
  559. "version": "3.0.0",
  560. "name": "Rate",
  561. "sort": 4,
  562. "cName": "评分",
  563. "type": "component",
  564. "show": true,
  565. "desc": "评分组件",
  566. "author": "undo",
  567. "path": "/pages/rate/index"
  568. },
  569. {
  570. "version": "3.0.0",
  571. "name": "Calendar",
  572. "type": "component",
  573. "cName": "日历",
  574. "desc": "日历组件",
  575. "sort": 5,
  576. "show": true,
  577. "author": "songchenglin1",
  578. "path": "/pages/calendar/index"
  579. },
  580. {
  581. "version": "3.0.0",
  582. "name": "CalendarItem",
  583. "type": "component",
  584. "cName": "日历子组件",
  585. "desc": "日历子组件",
  586. "sort": 5,
  587. "show": false,
  588. "author": "songchenglin1",
  589. "path": "/pages/calendaritem/index"
  590. },
  591. {
  592. "version": "3.0.0",
  593. "name": "ShortPassword",
  594. "type": "component",
  595. "cName": "短密码",
  596. "desc": "短密码组件",
  597. "sort": 6,
  598. "show": true,
  599. "author": "Drjingfubo",
  600. "path": "/pages/shortpassword/index"
  601. },
  602. {
  603. "version": "3.0.0",
  604. "name": "TextArea",
  605. "type": "component",
  606. "cName": "文本域",
  607. "desc": "文本输入",
  608. "sort": 7,
  609. "show": true,
  610. "author": "gx",
  611. "path": "/pages/textarea/index"
  612. }
  613. ]
  614. },
  615. {
  616. "name": "业务组件",
  617. "packages": [
  618. {
  619. "version": "3.0.0",
  620. "name": "Address",
  621. "type": "component",
  622. "cName": "地址组件",
  623. "desc": "地址组件",
  624. "sort": 1,
  625. "show": true,
  626. "author": "yangxiaolu3",
  627. "path": "/pages/address/index"
  628. }
  629. ]
  630. }
  631. ]
  632. }