pages.json 22 KB

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