pages.json 24 KB

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