pages.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/splash/splash",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "首页"
  13. }
  14. },
  15. {
  16. "path": "pages/index/child-index",
  17. "style": {
  18. "navigationBarTitleText": "首页"
  19. }
  20. },
  21. {
  22. "path": "pages/index/parent-index",
  23. "style": {
  24. "navigationBarTitleText": "首页",
  25. "enablePullDownRefresh": true
  26. }
  27. },
  28. {
  29. "path": "pages/mind/index",
  30. "style": {
  31. "navigationBarTitleText": "心"
  32. }
  33. },
  34. {
  35. "path": "pages/body/index",
  36. "style": {
  37. "navigationBarTitleText": "身"
  38. }
  39. },
  40. {
  41. "path": "pages/wisdom/index",
  42. "style": {
  43. "navigationBarTitleText": "智"
  44. }
  45. },
  46. {
  47. "path": "pages/profile/profile",
  48. "style": {
  49. "navigationBarTitleText": "我的"
  50. }
  51. },
  52. {
  53. "path": "pages/login/login",
  54. "style": {
  55. "navigationBarTitleText": "登录",
  56. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "pages/policy/agreement",
  61. "style": {
  62. "navigationBarTitleText": "用户协议"
  63. }
  64. },
  65. {
  66. "path": "pages/policy/privacy",
  67. "style": {
  68. "navigationBarTitleText": "隐私政策"
  69. }
  70. },
  71. {
  72. "path": "pages/user-edit/user-edit",
  73. "style": {
  74. "navigationBarTitleText": "完善信息"
  75. }
  76. },
  77. {
  78. "path": "pages/discover/index",
  79. "style": {
  80. "navigationBarTitleText": "发现"
  81. }
  82. },
  83. {
  84. "path": "pages/action/index",
  85. "style": {
  86. "navigationBarTitleText": "行动"
  87. }
  88. },
  89. {
  90. "path": "pages/index/member-home-detail",
  91. "style": {
  92. "navigationBarTitleText": "成员详情",
  93. "navigationStyle": "custom"
  94. }
  95. },
  96. {
  97. "path": "pages/profile/create-child",
  98. "style": {
  99. "navigationBarTitleText": "添加孩子"
  100. }
  101. },
  102. {
  103. "path": "pages/profile/children",
  104. "style": {
  105. "navigationBarTitleText": "孩子管理"
  106. }
  107. },
  108. {
  109. "path": "pages/profile/edit-child",
  110. "style": {
  111. "navigationBarTitleText": "编辑孩子"
  112. }
  113. },
  114. {
  115. "path": "pages/profile/family-members",
  116. "style": {
  117. "navigationBarTitleText": "家庭成员"
  118. }
  119. },
  120. {
  121. "path": "pages/profile/onboarding",
  122. "style": {
  123. "navigationBarTitleText": "新手任务"
  124. }
  125. },
  126. {
  127. "path": "pages/profile/coupons",
  128. "style": {
  129. "navigationBarTitleText": "我的优惠券"
  130. }
  131. }
  132. ],
  133. "subPackages": [
  134. {
  135. "root": "pages/teacher",
  136. "pages": [
  137. {
  138. "path": "index",
  139. "style": { "navigationBarTitleText": "成长规划师中心" }
  140. },
  141. {
  142. "path": "families",
  143. "style": { "navigationBarTitleText": "我的家庭" }
  144. },
  145. {
  146. "path": "team",
  147. "style": { "navigationBarTitleText": "我的团队" }
  148. },
  149. {
  150. "path": "messages",
  151. "style": { "navigationBarTitleText": "消息中心" }
  152. },
  153. {
  154. "path": "orders",
  155. "style": { "navigationBarTitleText": "订单与佣金" }
  156. },
  157. {
  158. "path": "chat",
  159. "style": { "navigationBarTitleText": "聊天" }
  160. },
  161. {
  162. "path": "teacher-profile",
  163. "style": { "navigationBarTitleText": "我的" }
  164. }
  165. ]
  166. },
  167. {
  168. "root": "pages/guide",
  169. "pages": [
  170. {
  171. "path": "packages/index",
  172. "style": { "navigationBarTitleText": "我的套餐" }
  173. },
  174. {
  175. "path": "packages/create",
  176. "style": { "navigationBarTitleText": "创建套餐" }
  177. },
  178. {
  179. "path": "packages/detail",
  180. "style": { "navigationBarTitleText": "套餐详情" }
  181. },
  182. {
  183. "path": "packages/share",
  184. "style": { "navigationBarTitleText": "分享套餐" }
  185. },
  186. {
  187. "path": "bind/invite",
  188. "style": { "navigationBarTitleText": "绑定成长规划师" }
  189. },
  190. {
  191. "path": "register/index",
  192. "style": { "navigationBarTitleText": "成为成长规划师" }
  193. },
  194. {
  195. "path": "invite/share",
  196. "style": { "navigationBarTitleText": "邀请分享" }
  197. },
  198. {
  199. "path": "hierarchy/index",
  200. "style": { "navigationBarTitleText": "下级成长规划师" }
  201. },
  202. {
  203. "path": "training-plans/index",
  204. "style": { "navigationBarTitleText": "训练方案" }
  205. },
  206. {
  207. "path": "training-plans/detail",
  208. "style": { "navigationBarTitleText": "方案详情" }
  209. },
  210. {
  211. "path": "activities/index",
  212. "style": { "navigationBarTitleText": "活动管理" }
  213. },
  214. {
  215. "path": "activities/detail",
  216. "style": { "navigationBarTitleText": "活动详情" }
  217. }
  218. ]
  219. },
  220. {
  221. "root": "pages/parent",
  222. "pages": [
  223. {
  224. "path": "market/index",
  225. "style": { "navigationBarTitleText": "套餐市场" }
  226. },
  227. {
  228. "path": "market/detail",
  229. "style": { "navigationBarTitleText": "套餐详情" }
  230. },
  231. {
  232. "path": "plans/index",
  233. "style": { "navigationBarTitleText": "我的计划" }
  234. },
  235. {
  236. "path": "plans/detail",
  237. "style": { "navigationBarTitleText": "计划详情" }
  238. },
  239. {
  240. "path": "wishes/index",
  241. "style": { "navigationBarTitleText": "心愿管理" }
  242. },
  243. {
  244. "path": "child-detail",
  245. "style": { "navigationBarTitleText": "孩子详情" }
  246. },
  247. {
  248. "path": "invite/index",
  249. "style": { "navigationBarTitleText": "邀请加入" }
  250. }
  251. ]
  252. },
  253. {
  254. "root": "pages/child",
  255. "pages": [
  256. {
  257. "path": "tasks",
  258. "style": { "navigationBarTitleText": "孩子任务" }
  259. },
  260. {
  261. "path": "rewards",
  262. "style": { "navigationBarTitleText": "孩子心愿单" }
  263. }
  264. ]
  265. },
  266. {
  267. "root": "pages/tasks",
  268. "pages": [
  269. {
  270. "path": "tasks",
  271. "style": { "navigationBarTitleText": "任务列表" }
  272. },
  273. {
  274. "path": "create-task",
  275. "style": { "navigationBarTitleText": "添加任务" }
  276. },
  277. {
  278. "path": "review",
  279. "style": { "navigationBarTitleText": "审核任务" }
  280. },
  281. {
  282. "path": "daily-tasks",
  283. "style": { "navigationBarTitleText": "每日任务" }
  284. }
  285. ]
  286. },
  287. {
  288. "root": "pages/wishes",
  289. "pages": [
  290. {
  291. "path": "index",
  292. "style": { "navigationBarTitleText": "我的心愿" }
  293. },
  294. {
  295. "path": "create",
  296. "style": { "navigationBarTitleText": "添加心愿" }
  297. },
  298. {
  299. "path": "detail",
  300. "style": { "navigationBarTitleText": "心愿详情" }
  301. }
  302. ]
  303. },
  304. {
  305. "root": "pages/rewards",
  306. "pages": [
  307. {
  308. "path": "rewards",
  309. "style": { "navigationBarTitleText": "心愿单" }
  310. },
  311. {
  312. "path": "badge",
  313. "style": { "navigationBarTitleText": "勋章墙" }
  314. }
  315. ]
  316. },
  317. {
  318. "root": "pages/games",
  319. "pages": [
  320. {
  321. "path": "list",
  322. "style": { "navigationBarTitleText": "小游戏" }
  323. },
  324. {
  325. "path": "schulte",
  326. "style": { "navigationBarTitleText": "舒尔特方格" }
  327. },
  328. {
  329. "path": "1a2b",
  330. "style": { "navigationBarTitleText": "猜数字" }
  331. },
  332. {
  333. "path": "sudoku",
  334. "style": { "navigationBarTitleText": "数独" }
  335. },
  336. {
  337. "path": "records",
  338. "style": { "navigationBarTitleText": "训练记录" }
  339. },
  340. {
  341. "path": "stats",
  342. "style": { "navigationBarTitleText": "训练统计" }
  343. }
  344. ]
  345. },
  346. {
  347. "root": "pages/assessment",
  348. "pages": [
  349. {
  350. "path": "apply",
  351. "style": { "navigationBarTitleText": "申请测评" }
  352. },
  353. {
  354. "path": "results",
  355. "style": { "navigationBarTitleText": "测评报告" }
  356. },
  357. {
  358. "path": "purchase",
  359. "style": { "navigationBarTitleText": "购买测评" }
  360. }
  361. ]
  362. },
  363. {
  364. "root": "pages/growth",
  365. "pages": [
  366. {
  367. "path": "index",
  368. "style": { "navigationBarTitleText": "成长档案" }
  369. },
  370. {
  371. "path": "create",
  372. "style": { "navigationBarTitleText": "创建成长档案" }
  373. },
  374. {
  375. "path": "detail",
  376. "style": { "navigationBarTitleText": "档案详情" }
  377. },
  378. {
  379. "path": "assessment-result",
  380. "style": { "navigationBarTitleText": "测评报告" }
  381. },
  382. {
  383. "path": "upload",
  384. "style": { "navigationBarTitleText": "上传测评报告" }
  385. },
  386. {
  387. "path": "supplement",
  388. "style": { "navigationBarTitleText": "补充测评材料" }
  389. }
  390. ]
  391. },
  392. {
  393. "root": "pages/shop",
  394. "pages": [
  395. {
  396. "path": "order-list/order-list",
  397. "style": { "navigationBarTitleText": "我的订单" }
  398. },
  399. {
  400. "path": "order-detail/order-detail",
  401. "style": { "navigationBarTitleText": "订单详情" }
  402. },
  403. {
  404. "path": "cart/cart",
  405. "style": { "navigationBarTitleText": "购物车" }
  406. },
  407. {
  408. "path": "checkout/checkout",
  409. "style": { "navigationBarTitleText": "确认订单" }
  410. },
  411. {
  412. "path": "payment/payment",
  413. "style": { "navigationBarTitleText": "支付订单" }
  414. },
  415. {
  416. "path": "logistics/logistics",
  417. "style": { "navigationBarTitleText": "物流跟踪" }
  418. },
  419. {
  420. "path": "address/address",
  421. "style": { "navigationBarTitleText": "收货地址" }
  422. },
  423. {
  424. "path": "address-edit/address-edit",
  425. "style": { "navigationBarTitleText": "编辑地址" }
  426. },
  427. {
  428. "path": "detail/detail",
  429. "style": { "navigationBarTitleText": "商品详情" }
  430. }
  431. ]
  432. },
  433. {
  434. "root": "pages/vendor",
  435. "pages": [
  436. {
  437. "path": "apply",
  438. "style": { "navigationBarTitleText": "服务商入驻" }
  439. },
  440. {
  441. "path": "center",
  442. "style": { "navigationBarTitleText": "服务商中心" }
  443. },
  444. {
  445. "path": "products/products",
  446. "style": { "navigationBarTitleText": "商品管理" }
  447. },
  448. {
  449. "path": "orders/orders",
  450. "style": { "navigationBarTitleText": "订单管理" }
  451. },
  452. {
  453. "path": "product-edit/product-edit",
  454. "style": { "navigationBarTitleText": "发布商品" }
  455. }
  456. ]
  457. },
  458. {
  459. "root": "pages/stats",
  460. "pages": [
  461. {
  462. "path": "completion-rate",
  463. "style": { "navigationBarTitleText": "任务完成率", "navigationStyle": "custom" }
  464. },
  465. {
  466. "path": "index",
  467. "style": { "navigationBarTitleText": "数据统计" }
  468. }
  469. ]
  470. },
  471. {
  472. "root": "pages/promotion",
  473. "pages": [
  474. {
  475. "path": "index",
  476. "style": { "navigationBarTitleText": "财富中心" }
  477. },
  478. {
  479. "path": "commission",
  480. "style": { "navigationBarTitleText": "佣金明细" }
  481. },
  482. {
  483. "path": "withdraw",
  484. "style": { "navigationBarTitleText": "提现" }
  485. },
  486. {
  487. "path": "invite",
  488. "style": { "navigationBarTitleText": "邀请好友" }
  489. },
  490. {
  491. "path": "team",
  492. "style": { "navigationBarTitleText": "推广团队" }
  493. },
  494. {
  495. "path": "leaderboard",
  496. "style": { "navigationBarTitleText": "推广排行榜", "enablePullDownRefresh": true }
  497. },
  498. {
  499. "path": "material",
  500. "style": { "navigationBarTitleText": "推广素材" }
  501. }
  502. ]
  503. },
  504. {
  505. "root": "pages/energy",
  506. "pages": [
  507. {
  508. "path": "detail",
  509. "style": { "navigationBarTitleText": "维度能量详情" }
  510. }
  511. ]
  512. },
  513. {
  514. "root": "pages/membership",
  515. "pages": [
  516. {
  517. "path": "upgrade",
  518. "style": { "navigationBarTitleText": "开通会员" }
  519. }
  520. ]
  521. },
  522. {
  523. "root": "pages/points",
  524. "pages": [
  525. {
  526. "path": "mall",
  527. "style": { "navigationBarTitleText": "积分商城" }
  528. }
  529. ]
  530. },
  531. {
  532. "root": "pages/wealth",
  533. "pages": [
  534. {
  535. "path": "index",
  536. "style": { "navigationBarTitleText": "财富" }
  537. },
  538. {
  539. "path": "checkin",
  540. "style": { "navigationBarTitleText": "财商打卡" }
  541. },
  542. {
  543. "path": "insurance-list",
  544. "style": { "navigationBarTitleText": "保单管理" }
  545. },
  546. {
  547. "path": "insurance-add",
  548. "style": { "navigationBarTitleText": "新增保单" }
  549. }
  550. ]
  551. },
  552. {
  553. "root": "pages/meal",
  554. "pages": [
  555. {
  556. "path": "recommend",
  557. "style": { "navigationBarTitleText": "智能食谱推荐" }
  558. },
  559. {
  560. "path": "log",
  561. "style": { "navigationBarTitleText": "饮食记录" }
  562. },
  563. {
  564. "path": "recipe-detail",
  565. "style": { "navigationBarTitleText": "食谱详情" }
  566. },
  567. {
  568. "path": "preference",
  569. "style": { "navigationBarTitleText": "饮食偏好设置" }
  570. }
  571. ]
  572. },
  573. {
  574. "root": "pages/health",
  575. "pages": [
  576. {
  577. "path": "report-upload",
  578. "style": { "navigationBarTitleText": "上传健康报告" }
  579. },
  580. {
  581. "path": "report-confirm",
  582. "style": { "navigationBarTitleText": "确认健康报告", "navigationStyle": "custom" }
  583. },
  584. {
  585. "path": "report-survey",
  586. "style": { "navigationBarTitleText": "健康调研问卷" }
  587. },
  588. {
  589. "path": "report-list",
  590. "style": { "navigationBarTitleText": "健康报告" }
  591. },
  592. {
  593. "path": "nutrition-profile",
  594. "style": { "navigationBarTitleText": "营养档案" }
  595. },
  596. {
  597. "path": "tongue-index",
  598. "style": { "navigationBarTitleText": "舌诊分析" }
  599. }
  600. ]
  601. },
  602. {
  603. "root": "pages/body-detail",
  604. "pages": [
  605. {
  606. "path": "health-report",
  607. "style": { "navigationBarTitleText": "健康报告详情" }
  608. },
  609. {
  610. "path": "health-dimensions",
  611. "style": { "navigationBarTitleText": "健康维度全景" }
  612. },
  613. {
  614. "path": "checkin",
  615. "style": { "navigationBarTitleText": "健康打卡" }
  616. },
  617. {
  618. "path": "dimension-questionnaire",
  619. "style": { "navigationBarTitleText": "维度问卷" }
  620. },
  621. {
  622. "path": "dimension-detail",
  623. "style": { "navigationBarTitleText": "维度详情" }
  624. },
  625. {
  626. "path": "member-body-detail",
  627. "style": { "navigationBarTitleText": "身体能量详情", "navigationStyle": "custom" }
  628. }
  629. ]
  630. },
  631. {
  632. "root": "pages/mind-detail",
  633. "pages": [
  634. {
  635. "path": "articles",
  636. "style": { "navigationBarTitleText": "心智成长" }
  637. },
  638. {
  639. "path": "article-detail",
  640. "style": { "navigationBarTitleText": "文章详情" }
  641. },
  642. {
  643. "path": "training",
  644. "style": { "navigationBarTitleText": "能力训练" }
  645. },
  646. {
  647. "path": "emotion-report",
  648. "style": { "navigationBarTitleText": "心理报告" }
  649. },
  650. {
  651. "path": "member-mind-detail",
  652. "style": { "navigationBarTitleText": "心智能量详情", "navigationStyle": "custom" }
  653. },
  654. {
  655. "path": "emotion-checkin",
  656. "style": { "navigationBarTitleText": "情绪打卡" }
  657. },
  658. {
  659. "path": "emotion-trend",
  660. "style": { "navigationBarTitleText": "情绪趋势" }
  661. },
  662. {
  663. "path": "traditional-mirror",
  664. "style": { "navigationBarTitleText": "传统文化镜" }
  665. },
  666. {
  667. "path": "soothe-toolbox",
  668. "style": { "navigationBarTitleText": "疏导工具箱" }
  669. },
  670. {
  671. "path": "screening",
  672. "style": { "navigationBarTitleText": "心理状态自评" }
  673. },
  674. {
  675. "path": "family-dashboard",
  676. "style": { "navigationBarTitleText": "家庭天盘" }
  677. },
  678. {
  679. "path": "duo-compatibility",
  680. "style": { "navigationBarTitleText": "双人合盘" }
  681. }
  682. ]
  683. },
  684. {
  685. "root": "pages/wisdom-detail",
  686. "pages": [
  687. {
  688. "path": "cognitive-report",
  689. "style": { "navigationBarTitleText": "认知测评报告" }
  690. },
  691. {
  692. "path": "member-wisdom-detail",
  693. "style": { "navigationBarTitleText": "智能量详情", "navigationStyle": "custom" }
  694. },
  695. {
  696. "path": "self-quiz",
  697. "style": { "navigationBarTitleText": "自己出题自己答" }
  698. },
  699. {
  700. "path": "training-hub",
  701. "style": { "navigationBarTitleText": "认知训练中心" }
  702. }
  703. ]
  704. },
  705. {
  706. "root": "pages/action-detail",
  707. "pages": [
  708. {
  709. "path": "interaction-log",
  710. "style": { "navigationBarTitleText": "记录互动" }
  711. },
  712. {
  713. "path": "relationship-questionnaire",
  714. "style": { "navigationBarTitleText": "关系问卷" }
  715. },
  716. {
  717. "path": "member-action-detail",
  718. "style": { "navigationBarTitleText": "行动能量详情", "navigationStyle": "custom" }
  719. },
  720. {
  721. "path": "contact-detail",
  722. "style": { "navigationBarTitleText": "联系人详情", "navigationStyle": "custom" }
  723. }
  724. ]
  725. },
  726. {
  727. "root": "pages/discover-detail",
  728. "pages": [
  729. {
  730. "path": "product-detail/product-detail",
  731. "style": { "navigationBarTitleText": "商品详情" }
  732. },
  733. {
  734. "path": "activity-detail/activity-detail",
  735. "style": { "navigationBarTitleText": "活动详情" }
  736. }
  737. ]
  738. },
  739. {
  740. "root": "pages/family",
  741. "pages": [
  742. {
  743. "path": "add-member",
  744. "style": { "navigationBarTitleText": "添加家庭成员" }
  745. }
  746. ]
  747. },
  748. {
  749. "root": "pages/ai",
  750. "pages": [
  751. {
  752. "path": "chat",
  753. "style": { "navigationBarTitleText": "AI 家庭助手", "navigationStyle": "custom" }
  754. }
  755. ]
  756. },
  757. {
  758. "root": "pages/invite",
  759. "pages": [
  760. {
  761. "path": "join",
  762. "style": { "navigationBarTitleText": "加入家庭", "navigationStyle": "custom" }
  763. }
  764. ]
  765. },
  766. {
  767. "root": "pages/activity",
  768. "pages": [
  769. {
  770. "path": "index",
  771. "style": { "navigationBarTitleText": "活动中心" }
  772. },
  773. {
  774. "path": "activity-detail/activity-detail",
  775. "style": { "navigationBarTitleText": "活动详情" }
  776. }
  777. ]
  778. }
  779. ],
  780. "globalStyle": {
  781. "navigationBarTextStyle": "black",
  782. "navigationBarTitleText": "浠艾福",
  783. "navigationBarBackgroundColor": "#FFFFFF",
  784. "backgroundColor": "#F8F8F8"
  785. },
  786. "tabBar": {
  787. "color": "#7A7E83",
  788. "selectedColor": "#F97316",
  789. "borderStyle": "black",
  790. "backgroundColor": "#FFFFFF",
  791. "list": [
  792. {
  793. "pagePath": "pages/index/index",
  794. "text": "行",
  795. "iconPath": "static/tab-home.png",
  796. "selectedIconPath": "static/tab-home-active.png"
  797. },
  798. {
  799. "pagePath": "pages/mind/index",
  800. "text": "心",
  801. "iconPath": "static/tab-mind.png",
  802. "selectedIconPath": "static/tab-mind-active.png"
  803. },
  804. {
  805. "pagePath": "pages/body/index",
  806. "text": "身",
  807. "iconPath": "static/tab-body.png",
  808. "selectedIconPath": "static/tab-body-active.png"
  809. },
  810. {
  811. "pagePath": "pages/wisdom/index",
  812. "text": "智",
  813. "iconPath": "static/tab-wealth.png",
  814. "selectedIconPath": "static/tab-wealth-active.png"
  815. },
  816. {
  817. "pagePath": "pages/profile/profile",
  818. "text": "富",
  819. "iconPath": "static/tab-profile.png",
  820. "selectedIconPath": "static/tab-profile-active.png"
  821. }
  822. ]
  823. }
  824. }