pages.json 22 KB

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