config.json 13 KB

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