config.json 12 KB

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