config.json 16 KB

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