pages.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. // "condition": { //模式配置,仅开发期间生效
  6. // "current": 0, //当前激活的模式(list 的索引项)
  7. // "list": [{
  8. // "name": "test", //模式名称
  9. // "path": "pages/componentsC/test/index", //启动页面,必选
  10. // "query": "uuid=c4bba940-f69e-11ea-a419-6bafda9d095e&__id__=1" //启动参数,在页面的onLoad函数里面得到
  11. // }]
  12. // },
  13. "pages": [
  14. // 演示-组件
  15. {
  16. "path": "pages/example/components",
  17. "style": {
  18. "navigationBarTitleText": "组件"
  19. }
  20. },
  21. // avatarCropper-头像裁剪
  22. {
  23. "path": "uview-ui/components/u-avatar-cropper/u-avatar-cropper",
  24. "style": {
  25. "navigationBarTitleText": "头像裁剪",
  26. "navigationBarBackgroundColor": "#000000"
  27. }
  28. },
  29. // 演示-工具
  30. {
  31. "path": "pages/example/js",
  32. "style": {
  33. "navigationBarTitleText": "工具"
  34. }
  35. },
  36. // 演示-模板
  37. {
  38. "path": "pages/example/template",
  39. "style": {
  40. "navigationBarTitleText": "模板"
  41. }
  42. },
  43. // fullScreen-压窗屏
  44. {
  45. "path": "uview-ui/components/u-full-screen/u-full-screen",
  46. "style": {
  47. "navigationStyle": "custom",
  48. "app-plus": {
  49. "animationType": "fade-in",
  50. "background": "transparent",
  51. "backgroundColor": "rgba(0,0,0,0)",
  52. "popGesture": "none"
  53. }
  54. }
  55. }
  56. ],
  57. "subPackages": [{
  58. "root": "pages/componentsC",
  59. "pages": [
  60. // test-测试
  61. {
  62. "path": "test/index",
  63. "style": {
  64. "navigationBarTitleText": "Test"
  65. // "navigationStyle": "custom" ,// 隐藏系统导航栏
  66. // "navigationBarTextStyle": "white" // 状态栏字体为白色
  67. }
  68. },
  69. // gap-间隔槽
  70. {
  71. "path": "gap/index",
  72. "style": {
  73. "navigationBarTitleText": "gap-间隔槽"
  74. }
  75. },
  76. // subsection分段器
  77. {
  78. "path": "subsection/index",
  79. "style": {
  80. "navigationBarTitleText": "subsection-分段器"
  81. }
  82. },
  83. // section 查看更多
  84. {
  85. "path": "section/index",
  86. "style": {
  87. "navigationBarTitleText": "section-查看更多"
  88. }
  89. },
  90. // link链接
  91. {
  92. "path": "link/index",
  93. "style": {
  94. "navigationBarTitleText": "link-链接"
  95. }
  96. },
  97. // mask遮罩层
  98. {
  99. "path": "mask/index",
  100. "style": {
  101. "navigationBarTitleText": "mask-遮罩层"
  102. }
  103. },
  104. // countTo数字滚动
  105. {
  106. "path": "countTo/index",
  107. "style": {
  108. "navigationBarTitleText": "countTo-数字滚动"
  109. }
  110. },
  111. // color颜色
  112. {
  113. "path": "color/index",
  114. "style": {
  115. "navigationBarTitleText": "color-颜色"
  116. }
  117. },
  118. // countDown倒计时
  119. {
  120. "path": "countDown/index",
  121. "style": {
  122. "navigationBarTitleText": "countDown-倒计时"
  123. }
  124. },
  125. // progress进度条
  126. {
  127. "path": "progress/index",
  128. "style": {
  129. "navigationBarTitleText": "progress-进度条"
  130. }
  131. },
  132. // alertTips警告提示
  133. {
  134. "path": "alertTips/index",
  135. "style": {
  136. "navigationBarTitleText": "alertTips-警告提示"
  137. }
  138. },
  139. // badge 徽标数
  140. {
  141. "path": "badge/index",
  142. "style": {
  143. "navigationBarTitleText": "badge-徽标数"
  144. }
  145. },
  146. // button按钮
  147. {
  148. "path": "button/index",
  149. "style": {
  150. "navigationBarTitleText": "button-按钮"
  151. }
  152. },
  153. // collapse折叠面板
  154. {
  155. "path": "collapse/index",
  156. "style": {
  157. "navigationBarTitleText": "collapse-折叠面板"
  158. }
  159. },
  160. // actionSheet操作菜单
  161. {
  162. "path": "actionSheet/index",
  163. "style": {
  164. "navigationBarTitleText": "actionSheet-操作菜单"
  165. }
  166. },
  167. // messageInput验证码输入
  168. {
  169. "path": "messageInput/index",
  170. "style": {
  171. "navigationBarTitleText": "messageInput-验证码输入"
  172. }
  173. },
  174. // popup弹窗
  175. {
  176. "path": "popup/index",
  177. "style": {
  178. "navigationBarTitleText": "popup-弹窗"
  179. }
  180. },
  181. // listCell
  182. {
  183. "path": "cell/index",
  184. "style": {
  185. "navigationBarTitleText": "listCell-列表"
  186. }
  187. },
  188. // numberBox数字输入框
  189. {
  190. "path": "numberBox/index",
  191. "style": {
  192. "navigationBarTitleText": "numberBox-步进器"
  193. }
  194. },
  195. // grid宫格布局
  196. {
  197. "path": "grid/index",
  198. "style": {
  199. "navigationBarTitleText": "grid-宫格布局"
  200. }
  201. },
  202. // layout栅格布局
  203. {
  204. "path": "layout/index",
  205. "style": {
  206. "navigationBarTitleText": "layout-栅格布局"
  207. }
  208. },
  209. // 加载更多
  210. {
  211. "path": "loadmore/index",
  212. "style": {
  213. "navigationBarTitleText": "loadmore-加载更多"
  214. }
  215. }
  216. ]
  217. },
  218. {
  219. "root": "pages/template",
  220. "pages": [
  221. // 反馈
  222. {
  223. "path": "feedback/feedback",
  224. "style": {
  225. "navigationBarTitleText": "反馈",
  226. "navigationStyle": "custom"
  227. }
  228. },
  229. // wxCenter 仿微信个人中心
  230. {
  231. "path": "wxCenter/index",
  232. "style": {
  233. "navigationBarTitleText": "wxCenter 仿微信个人中心",
  234. "navigationStyle": "custom"
  235. }
  236. },
  237. // 绑定手机号
  238. {
  239. "path": "bindPhoneNumber/bindPhoneNumber",
  240. "style": {
  241. "navigationBarTitleText": "绑定手机号",
  242. "navigationStyle": "custom"
  243. }
  244. },
  245. // keyboardPay 自定义键盘支付
  246. {
  247. "path": "keyboardPay/index",
  248. "style": {
  249. "navigationBarTitleText": "keyboardPay 自定义键盘支付"
  250. }
  251. },
  252. // douyin 仿抖音
  253. // {
  254. // "path": "douyin/index",
  255. // "style": {
  256. // "navigationBarTitleText": "douyin 仿抖音"
  257. // }
  258. // },
  259. // mallMenu商城分类
  260. {
  261. "path": "mallMenu/index2",
  262. "style": {
  263. "navigationBarTitleText": "mallMenu-商城分类"
  264. }
  265. },
  266. // mallMenu商城分类
  267. {
  268. "path": "mallMenu/index1",
  269. "style": {
  270. "navigationBarTitleText": "mallMenu-商城分类"
  271. }
  272. },
  273. // coupon优惠券
  274. {
  275. "path": "coupon/index",
  276. "style": {
  277. "navigationBarTitleText": "coupon-优惠券"
  278. }
  279. },
  280. {
  281. "path": "login/index",
  282. "style": {
  283. "navigationBarTitleText": "美团登录"
  284. }
  285. },
  286. // 城市选择
  287. {
  288. "path": "citySelect/index",
  289. "style": {
  290. "navigationBarTitleText": "城市选择"
  291. }
  292. },
  293. // SubmitBar提交订单栏
  294. {
  295. "path": "submitBar/index",
  296. "style": {
  297. "navigationBarTitleText": "提交订单栏"
  298. }
  299. },
  300. // comment评论
  301. {
  302. "path": "comment/index",
  303. "style": {
  304. "navigationBarTitleText": "评论"
  305. }
  306. },
  307. // comment评论详情
  308. {
  309. "path": "comment/reply",
  310. "style": {
  311. "navigationBarTitleText": "评论详情"
  312. }
  313. },
  314. // order订单
  315. {
  316. "path": "order/index",
  317. "style": {
  318. "navigationBarTitleText": "订单"
  319. }
  320. },
  321. // login登录获取验证码
  322. {
  323. "path": "login/code",
  324. "style": {
  325. "navigationBarTitleText": "登录获取验证码"
  326. }
  327. },
  328. // address用户地址
  329. {
  330. "path": "address/index",
  331. "style": {
  332. "navigationBarTitleText": "用户地址"
  333. }
  334. },
  335. // address添加用户地址
  336. {
  337. "path": "address/addSite",
  338. "style": {
  339. "navigationBarTitleText": "添加用户地址"
  340. }
  341. }
  342. ]
  343. },
  344. {
  345. "root": "pages/library",
  346. "pages": [
  347. // debounce-节流防抖
  348. {
  349. "path": "debounce/index",
  350. "style": {
  351. "navigationBarTitleText": "throttle | debounce-节流防抖"
  352. }
  353. },
  354. // deepClone-对象深度克隆
  355. {
  356. "path": "deepClone/index",
  357. "style": {
  358. "navigationBarTitleText": "deepClone-对象深度克隆"
  359. }
  360. },
  361. // deepMerge-对象深度合并
  362. {
  363. "path": "deepMerge/index",
  364. "style": {
  365. "navigationBarTitleText": "deepMerge-对象深度合并"
  366. }
  367. },
  368. // getRect-元素节点
  369. {
  370. "path": "getRect/index",
  371. "style": {
  372. "navigationBarTitleText": "getRect-元素节点"
  373. }
  374. },
  375. // timeFrom-多久之前
  376. {
  377. "path": "timeFrom/index",
  378. "style": {
  379. "navigationBarTitleText": "timeFrom-多久之前"
  380. }
  381. },
  382. // globalData-全局变量
  383. {
  384. "path": "globalVariable/globalData",
  385. "style": {
  386. "navigationBarTitleText": "globalData-全局变量"
  387. }
  388. },
  389. // prototype-全局变量
  390. {
  391. "path": "globalVariable/prototype",
  392. "style": {
  393. "navigationBarTitleText": "prototype-全局变量"
  394. }
  395. },
  396. // vuex-全局变量
  397. {
  398. "path": "globalVariable/vuex",
  399. "style": {
  400. "navigationBarTitleText": "vuex-全局变量"
  401. }
  402. },
  403. // globalVariable-全局变量
  404. {
  405. "path": "globalVariable/index",
  406. "style": {
  407. "navigationBarTitleText": "globalVariable-全局变量"
  408. }
  409. },
  410. // http-请求
  411. {
  412. "path": "http/index",
  413. "style": {
  414. "navigationBarTitleText": "http-请求"
  415. }
  416. },
  417. // test-规则验证
  418. {
  419. "path": "test/index",
  420. "style": {
  421. "navigationBarTitleText": "test-规则验证"
  422. }
  423. },
  424. // mpShare-小程序分享
  425. {
  426. "path": "mpShare/index",
  427. "style": {
  428. "navigationBarTitleText": "mpShare-小程序分享"
  429. }
  430. },
  431. // color-JS调用颜色
  432. {
  433. "path": "color/index",
  434. "style": {
  435. "navigationBarTitleText": "color-JS调用颜色"
  436. }
  437. },
  438. // trim-去除空格
  439. {
  440. "path": "trim/index",
  441. "style": {
  442. "navigationBarTitleText": "trim-去除空格"
  443. }
  444. },
  445. // random-随机数生成
  446. {
  447. "path": "random/index",
  448. "style": {
  449. "navigationBarTitleText": "random-随机数生成"
  450. }
  451. },
  452. // md5加密
  453. {
  454. "path": "md5/index",
  455. "style": {
  456. "navigationBarTitleText": "md5-加密"
  457. }
  458. },
  459. // colorSwitch颜色转换
  460. {
  461. "path": "colorSwitch/index",
  462. "style": {
  463. "navigationBarTitleText": "colorSwitch-颜色转换"
  464. }
  465. },
  466. // randomArray数组乱序
  467. {
  468. "path": "randomArray/index",
  469. "style": {
  470. "navigationBarTitleText": "randomArray-数组乱序"
  471. }
  472. },
  473. // guid全局唯一标识符
  474. {
  475. "path": "guid/index",
  476. "style": {
  477. "navigationBarTitleText": "guid-全局唯一标识符"
  478. }
  479. },
  480. // timeFormat时间格式化
  481. {
  482. "path": "timeFormat/index",
  483. "style": {
  484. "navigationBarTitleText": "timeFormat-时间格式化"
  485. }
  486. }, // route-路由
  487. {
  488. "path": "route/index",
  489. "style": {
  490. "navigationBarTitleText": "route-路由"
  491. }
  492. },
  493. // route-路由跳转
  494. {
  495. "path": "route/routeTo",
  496. "style": {
  497. "navigationBarTitleText": "route-路由跳转"
  498. }
  499. },
  500. // queryParams-对象转URL参数
  501. {
  502. "path": "queryParams/index",
  503. "style": {
  504. "navigationBarTitleText": "queryParams-对象转URL参数"
  505. }
  506. }
  507. ]
  508. },
  509. {
  510. "root": "pages/componentsA",
  511. "pages": [
  512. // parse-富文本解析器
  513. {
  514. "path": "parse/index",
  515. "style": {
  516. "navigationBarTitleText": "parse-富文本解析器"
  517. }
  518. },
  519. // backTop-返回顶部
  520. {
  521. "path": "backTop/index",
  522. "style": {
  523. "navigationBarTitleText": "backTop-返回顶部"
  524. }
  525. },
  526. // calendar-日历
  527. {
  528. "path": "calendar/index",
  529. "style": {
  530. "navigationBarTitleText": "calendar-日历"
  531. }
  532. },
  533. // form-表单
  534. {
  535. "path": "form/index",
  536. "style": {
  537. "navigationBarTitleText": "form-表单"
  538. }
  539. },
  540. // select-列选择器
  541. {
  542. "path": "select/index",
  543. "style": {
  544. "navigationBarTitleText": "select-列选择器"
  545. }
  546. },
  547. // slider-滑动选择器
  548. {
  549. "path": "slider/index",
  550. "style": {
  551. "navigationBarTitleText": "slider-滑动选择器"
  552. }
  553. },
  554. // fullScreen-压窗屏
  555. {
  556. "path": "fullScreen/index",
  557. "style": {
  558. "navigationBarTitleText": "fullScreen-压窗屏"
  559. }
  560. },
  561. // navbar-自定义导航栏
  562. {
  563. "path": "navbar/index",
  564. "style": {
  565. // "navigationBarTitleText": "navbar-自定义导航栏",
  566. "navigationStyle": "custom", // 隐藏系统导航栏
  567. "navigationBarTextStyle": "white" // 状态栏字体为白色
  568. }
  569. },
  570. // field-输入框
  571. {
  572. "path": "field/index",
  573. "style": {
  574. "navigationBarTitleText": "field-输入框"
  575. }
  576. },
  577. // modal-模态框
  578. {
  579. "path": "modal/index",
  580. "style": {
  581. "navigationBarTitleText": "modal-模态框"
  582. }
  583. },
  584. // indexList索引列表
  585. {
  586. "path": "indexList/index",
  587. "style": {
  588. "navigationBarTitleText": "indexList-索引列表"
  589. }
  590. },
  591. // empty内容为空
  592. {
  593. "path": "empty/index",
  594. "style": {
  595. "navigationBarTitleText": "empty-内容为空"
  596. }
  597. },
  598. // avatarCropper-头像裁剪
  599. {
  600. "path": "avatarCropper/index",
  601. "style": {
  602. "navigationBarTitleText": "avatarCropper-头像裁剪"
  603. }
  604. }, // noNetwork没有网络
  605. {
  606. "path": "noNetwork/index",
  607. "style": {
  608. "navigationBarTitleText": "noNetwork-没有网络"
  609. }
  610. }, // icon字体图标
  611. {
  612. "path": "icon/index",
  613. "style": {
  614. "navigationBarTitleText": "icon-字体图标"
  615. }
  616. }, // avatar-用户头像展示
  617. {
  618. "path": "avatar/index",
  619. "style": {
  620. "navigationBarTitleText": "avatar-用户头像展示"
  621. }
  622. }, // keyboard键盘
  623. {
  624. "path": "keyboard/index",
  625. "style": {
  626. "navigationBarTitleText": "keyboard-键盘"
  627. }
  628. }, // 图片懒加载
  629. {
  630. "path": "lazyLoad/index",
  631. "style": {
  632. "navigationBarTitleText": "lazyLoad-懒加载"
  633. }
  634. },
  635. // tabs切换
  636. {
  637. "path": "tabs/index",
  638. "style": {
  639. "navigationBarTitleText": "Tabs-切换"
  640. }
  641. },
  642. // tag标签
  643. {
  644. "path": "tag/index",
  645. "style": {
  646. "navigationBarTitleText": "tag-标签"
  647. }
  648. },
  649. // timeLine时间轴
  650. {
  651. "path": "timeLine/index",
  652. "style": {
  653. "navigationBarTitleText": "timeLine-时间轴"
  654. }
  655. },
  656. // toast轻提示
  657. {
  658. "path": "toast/index",
  659. "style": {
  660. "navigationBarTitleText": "toast-轻提示"
  661. }
  662. },
  663. // topTips消息提示
  664. {
  665. "path": "topTips/index",
  666. "style": {
  667. "navigationBarTitleText": "topTips-消息提示"
  668. }
  669. },
  670. // Code-验证码倒计时
  671. {
  672. "path": "verificationCode/index",
  673. "style": {
  674. "navigationBarTitleText": "Code-验证码倒计时"
  675. }
  676. }
  677. ]
  678. },
  679. {
  680. "root": "pages/componentsB",
  681. "pages": [
  682. // dropdown-下拉菜单
  683. {
  684. "path": "dropdown/index",
  685. "style": {
  686. "navigationBarTitleText": "dropdown-下拉菜单"
  687. }
  688. },
  689. // tabbar-底部导航栏
  690. {
  691. "path": "tabbar/index",
  692. "style": {
  693. "navigationBarTitleText": "tabbar-底部导航栏"
  694. }
  695. },
  696. // line-线条
  697. {
  698. "path": "line/index",
  699. "style": {
  700. "navigationBarTitleText": "line-线条"
  701. }
  702. },
  703. // image-图片
  704. {
  705. "path": "image/index",
  706. "style": {
  707. "navigationBarTitleText": "image-图片"
  708. }
  709. },
  710. // card-卡片
  711. {
  712. "path": "card/index",
  713. "style": {
  714. "navigationBarTitleText": "card-卡片"
  715. }
  716. },
  717. // divider-分割线
  718. {
  719. "path": "divider/index",
  720. "style": {
  721. "navigationBarTitleText": "divider-分割线"
  722. }
  723. },
  724. // picker选择器
  725. {
  726. "path": "picker/index",
  727. "style": {
  728. "navigationBarTitleText": "picker-选择器"
  729. }
  730. }, // noticeBar通告栏
  731. {
  732. "path": "noticeBar/index",
  733. "style": {
  734. "navigationBarTitleText": "noticeBar-通告栏"
  735. }
  736. },
  737. // checkbox-复选框
  738. {
  739. "path": "checkbox/index",
  740. "style": {
  741. "navigationBarTitleText": "checkbox-复选框"
  742. }
  743. },
  744. // radio-单选框
  745. {
  746. "path": "radio/index",
  747. "style": {
  748. "navigationBarTitleText": "radio-单选框"
  749. }
  750. },
  751. // loading-加载动画
  752. {
  753. "path": "loading/index",
  754. "style": {
  755. "navigationBarTitleText": "loading-加载动画"
  756. }
  757. },
  758. // switch-开关选择器
  759. {
  760. "path": "switch/index",
  761. "style": {
  762. "navigationBarTitleText": "switch-开关选择器"
  763. }
  764. },
  765. // 骨架屏
  766. {
  767. "path": "skeleton/index",
  768. "style": {
  769. "navigationBarTitleText": "skeleton-骨架屏"
  770. }
  771. }, // upload上传
  772. {
  773. "path": "upload/index",
  774. "style": {
  775. "navigationBarTitleText": "upload-上传"
  776. }
  777. },
  778. // waterfall瀑布流
  779. // #ifndef MP-TOUTIAO
  780. {
  781. "path": "waterfall/index",
  782. "style": {
  783. "navigationBarTitleText": "waterfall-瀑布流"
  784. }
  785. },
  786. // #endif
  787. // table表格
  788. {
  789. "path": "table/index",
  790. "style": {
  791. "navigationBarTitleText": "table-表格"
  792. }
  793. },
  794. // rate评分
  795. {
  796. "path": "rate/index",
  797. "style": {
  798. "navigationBarTitleText": "rate-评分"
  799. }
  800. },
  801. // readMore显示更多
  802. {
  803. "path": "readMore/index",
  804. "style": {
  805. "navigationBarTitleText": "readMore-查看更多"
  806. }
  807. },
  808. // search搜索框
  809. {
  810. "path": "search/index",
  811. "style": {
  812. "navigationBarTitleText": "search-搜索框"
  813. }
  814. },
  815. // steps步骤条
  816. {
  817. "path": "steps/index",
  818. "style": {
  819. "navigationBarTitleText": "steps-步骤条"
  820. }
  821. },
  822. // sticky吸顶
  823. {
  824. "path": "sticky/index",
  825. "style": {
  826. "navigationBarTitleText": "sticky-吸顶"
  827. }
  828. },
  829. // swiper轮播图
  830. {
  831. "path": "swiper/index",
  832. "style": {
  833. "navigationBarTitleText": "swiper-轮播图"
  834. }
  835. },
  836. // swipeAction-左滑删除
  837. {
  838. "path": "swipeAction/index",
  839. "style": {
  840. "navigationBarTitleText": "swipeAction-左滑删除"
  841. }
  842. }
  843. ]
  844. }
  845. ],
  846. "preloadRule": {
  847. "pages/example/components": {
  848. "network": "all",
  849. "packages": ["pages/componentsA", "pages/componentsB", "pages/componentsC"]
  850. }
  851. },
  852. "globalStyle": {
  853. "navigationBarTextStyle": "black",
  854. "navigationBarTitleText": "uView",
  855. "navigationBarBackgroundColor": "#FFFFFF",
  856. "backgroundColor": "#FFFFFF"
  857. },
  858. "tabBar": {
  859. "color": "#909399",
  860. "selectedColor": "#303133",
  861. "backgroundColor": "#FFFFFF",
  862. "borderStyle": "black",
  863. "list": [{
  864. "pagePath": "pages/example/components",
  865. "iconPath": "static/uview/example/component.png",
  866. "selectedIconPath": "static/uview/example/component_select.png",
  867. "text": "组件"
  868. },
  869. {
  870. "pagePath": "pages/example/js",
  871. "iconPath": "static/uview/example/js.png",
  872. "selectedIconPath": "static/uview/example/js_select.png",
  873. "text": "工具"
  874. },
  875. {
  876. "pagePath": "pages/example/template",
  877. "iconPath": "static/uview/example/template.png",
  878. "selectedIconPath": "static/uview/example/template_select.png",
  879. "text": "模板"
  880. }
  881. ]
  882. }
  883. }