pages.json 23 KB

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