{ "pages": [ // ===== 入口页 + TabBar 页面(必须在主包,第一项为小程序首页)===== { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/index/child-index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/index/parent-index", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": true } }, // ===== 品牌开屏页 ===== { "path": "pages/splash/splash", "style": { "navigationStyle": "custom" } }, // ===== 主包:其他页面 ===== { "path": "pages/discover/index", "style": { "navigationBarTitleText": "发现" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/policy/agreement", "style": { "navigationBarTitleText": "用户协议" } }, { "path": "pages/policy/privacy", "style": { "navigationBarTitleText": "隐私政策" } }, { "path": "pages/user-edit/user-edit", "style": { "navigationBarTitleText": "完善信息" } }, { "path": "pages/body/index", "style": { "navigationBarTitleText": "身体" } }, { "path": "pages/body/health-report", "style": { "navigationBarTitleText": "健康报告详情" } }, { "path": "pages/body/checkin", "style": { "navigationBarTitleText": "健康打卡" } }, { "path": "pages/body/member-body-detail", "style": { "navigationBarTitleText": "身体能量详情", "navigationStyle": "custom" } }, { "path": "pages/health/report-upload", "style": { "navigationBarTitleText": "上传健康报告" } }, { "path": "pages/health/report-list", "style": { "navigationBarTitleText": "健康报告" } }, { "path": "pages/mind/index", "style": { "navigationBarTitleText": "心智" } }, { "path": "pages/mind/articles", "style": { "navigationBarTitleText": "心智成长" } }, { "path": "pages/mind/article-detail", "style": { "navigationBarTitleText": "文章详情" } }, { "path": "pages/mind/training", "style": { "navigationBarTitleText": "能力训练" } }, { "path": "pages/mind/emotion-report", "style": { "navigationBarTitleText": "心理报告" } }, { "path": "pages/mind/member-mind-detail", "style": { "navigationBarTitleText": "心智能量详情", "navigationStyle": "custom" } }, { "path": "pages/action/index", "style": { "navigationBarTitleText": "行动" } }, { "path": "pages/action/member-action-detail", "style": { "navigationBarTitleText": "行动能量详情", "navigationStyle": "custom" } }, { "path": "pages/action/contact-detail", "style": { "navigationBarTitleText": "联系人详情", "navigationStyle": "custom" } }, { "path": "pages/index/member-home-detail", "style": { "navigationBarTitleText": "成员详情", "navigationStyle": "custom" } }, { "path": "pages/profile/profile", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/profile/create-child", "style": { "navigationBarTitleText": "添加孩子" } }, { "path": "pages/profile/children", "style": { "navigationBarTitleText": "孩子管理" } }, { "path": "pages/profile/edit-child", "style": { "navigationBarTitleText": "编辑孩子" } }, { "path": "pages/profile/family-members", "style": { "navigationBarTitleText": "家庭成员" } }, { "path": "pages/discover/product-detail/product-detail", "style": { "navigationBarTitleText": "商品详情" } }, { "path": "pages/discover/activity-detail/activity-detail", "style": { "navigationBarTitleText": "活动详情" } }, // ===== AI 聊天 ===== { "path": "pages/ai/chat", "style": { "navigationBarTitleText": "AI 家庭助手", "navigationStyle": "custom" } }, // ===== 邀请加入 ===== { "path": "pages/invite/join", "style": { "navigationBarTitleText": "加入家庭", "navigationStyle": "custom" } } ], "subPackages": [ // ===== 成长规划师 ===== { "root": "pages/teacher", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "成长规划师中心" } }, { "path": "families", "style": { "navigationBarTitleText": "我的家庭" } }, { "path": "team", "style": { "navigationBarTitleText": "我的团队" } }, { "path": "messages", "style": { "navigationBarTitleText": "消息中心" } }, { "path": "orders", "style": { "navigationBarTitleText": "订单与佣金" } }, { "path": "chat", "style": { "navigationBarTitleText": "聊天" } }, { "path": "teacher-profile", "style": { "navigationBarTitleText": "我的" } } ] }, // ===== 规划师入驻/套餐 ===== { "root": "pages/guide", "pages": [ { "path": "packages/index", "style": { "navigationBarTitleText": "我的套餐" } }, { "path": "packages/create", "style": { "navigationBarTitleText": "创建套餐" } }, { "path": "packages/detail", "style": { "navigationBarTitleText": "套餐详情" } }, { "path": "packages/share", "style": { "navigationBarTitleText": "分享套餐" } }, { "path": "bind/invite", "style": { "navigationBarTitleText": "绑定成长规划师" } }, { "path": "register/index", "style": { "navigationBarTitleText": "成为成长规划师" } }, { "path": "invite/share", "style": { "navigationBarTitleText": "邀请分享" } }, { "path": "hierarchy/index", "style": { "navigationBarTitleText": "下级成长规划师" } } ] }, // ===== 家长专属 ===== { "root": "pages/parent", "pages": [ { "path": "market/index", "style": { "navigationBarTitleText": "套餐市场" } }, { "path": "market/detail", "style": { "navigationBarTitleText": "套餐详情" } }, { "path": "plans/index", "style": { "navigationBarTitleText": "我的计划" } }, { "path": "plans/detail", "style": { "navigationBarTitleText": "计划详情" } }, { "path": "wishes/index", "style": { "navigationBarTitleText": "心愿管理" } }, { "path": "child-detail", "style": { "navigationBarTitleText": "孩子详情" } }, { "path": "invite/index", "style": { "navigationBarTitleText": "邀请加入" } } ] }, // ===== 孩子端 ===== { "root": "pages/child", "pages": [ { "path": "tasks", "style": { "navigationBarTitleText": "孩子任务" } }, { "path": "rewards", "style": { "navigationBarTitleText": "孩子心愿单" } } ] }, // ===== 任务管理 ===== { "root": "pages/tasks", "pages": [ { "path": "tasks", "style": { "navigationBarTitleText": "任务列表" } }, { "path": "create-task", "style": { "navigationBarTitleText": "添加任务" } }, { "path": "review", "style": { "navigationBarTitleText": "审核任务" } } ] }, // ===== 心愿单 ===== { "root": "pages/wishes", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "我的心愿" } }, { "path": "create", "style": { "navigationBarTitleText": "添加心愿" } }, { "path": "detail", "style": { "navigationBarTitleText": "心愿详情" } } ] }, // ===== 奖励/勋章 ===== { "root": "pages/rewards", "pages": [ { "path": "rewards", "style": { "navigationBarTitleText": "心愿单" } }, { "path": "badge", "style": { "navigationBarTitleText": "勋章墙" } } ] }, // ===== 小游戏 ===== { "root": "pages/games", "pages": [ { "path": "list", "style": { "navigationBarTitleText": "小游戏" } }, { "path": "schulte", "style": { "navigationBarTitleText": "舒尔特方格" } }, { "path": "1a2b", "style": { "navigationBarTitleText": "猜数字" } }, { "path": "sudoku", "style": { "navigationBarTitleText": "数独" } }, { "path": "records", "style": { "navigationBarTitleText": "训练记录" } }, { "path": "stats", "style": { "navigationBarTitleText": "训练统计" } } ] }, // ===== 测评 ===== { "root": "pages/assessment", "pages": [ { "path": "apply", "style": { "navigationBarTitleText": "申请测评" } }, { "path": "results", "style": { "navigationBarTitleText": "测评报告" } }, { "path": "purchase", "style": { "navigationBarTitleText": "购买测评" } } ] }, // ===== 成长档案 ===== { "root": "pages/growth", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "成长档案" } }, { "path": "create", "style": { "navigationBarTitleText": "创建成长档案" } }, { "path": "detail", "style": { "navigationBarTitleText": "档案详情" } }, { "path": "assessment-result", "style": { "navigationBarTitleText": "测评报告" } } ] }, // ===== 商城 ===== { "root": "pages/shop", "pages": [ { "path": "order-list/order-list", "style": { "navigationBarTitleText": "我的订单" } }, { "path": "order-detail/order-detail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "cart/cart", "style": { "navigationBarTitleText": "购物车" } }, { "path": "checkout/checkout", "style": { "navigationBarTitleText": "确认订单" } }, { "path": "payment/payment", "style": { "navigationBarTitleText": "支付订单" } }, { "path": "logistics/logistics", "style": { "navigationBarTitleText": "物流跟踪" } }, { "path": "address/address", "style": { "navigationBarTitleText": "收货地址" } }, { "path": "address-edit/address-edit", "style": { "navigationBarTitleText": "编辑地址" } }, { "path": "detail/detail", "style": { "navigationBarTitleText": "商品详情" } } ] }, // ===== 服务商入驻 ===== { "root": "pages/vendor", "pages": [ { "path": "apply", "style": { "navigationBarTitleText": "服务商入驻" } }, { "path": "center", "style": { "navigationBarTitleText": "服务商中心" } }, { "path": "products/products", "style": { "navigationBarTitleText": "商品管理" } }, { "path": "orders/orders", "style": { "navigationBarTitleText": "订单管理" } } ] }, // ===== 数据统计 ===== { "root": "pages/stats", "pages": [ { "path": "completion-rate", "style": { "navigationBarTitleText": "任务完成率", "navigationStyle": "custom" } }, { "path": "index", "style": { "navigationBarTitleText": "数据统计" } } ] }, // ===== 推广中心 ===== { "root": "pages/promotion", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "财富中心" } }, { "path": "commission", "style": { "navigationBarTitleText": "佣金明细" } }, { "path": "withdraw", "style": { "navigationBarTitleText": "提现" } }, { "path": "invite", "style": { "navigationBarTitleText": "邀请好友" } } ] }, // ===== 五维能量 ===== { "root": "pages/energy", "pages": [ { "path": "detail", "style": { "navigationBarTitleText": "维度能量详情" } } ] }, // ===== 智慧维度 ===== { "root": "pages/wisdom", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "智慧" } }, { "path": "cognitive-report", "style": { "navigationBarTitleText": "认知测评报告" } } ] }, // ===== 会员服务 ===== { "root": "pages/membership", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "会员服务" } }, { "path": "upgrade", "style": { "navigationBarTitleText": "开通会员" } } ] }, // ===== 财富维度 ===== { "root": "pages/wealth", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "财富" } }, { "path": "checkin", "style": { "navigationBarTitleText": "财商打卡" } }, { "path": "insurance-list", "style": { "navigationBarTitleText": "保单管理" } }, { "path": "insurance-add", "style": { "navigationBarTitleText": "新增保单" } } ] }, // ===== 食谱推荐 ===== { "root": "pages/meal", "pages": [ { "path": "recommend", "style": { "navigationBarTitleText": "智能食谱推荐" } }, { "path": "log", "style": { "navigationBarTitleText": "饮食记录" } }, { "path": "recipe-detail", "style": { "navigationBarTitleText": "食谱详情" } }, { "path": "preference", "style": { "navigationBarTitleText": "饮食偏好设置" } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "浠艾福", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#F97316", "borderStyle": "black", "backgroundColor": "#FFFFFF", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tab-home.png", "selectedIconPath": "static/tab-home-active.png" }, { "pagePath": "pages/body/index", "text": "身体", "iconPath": "static/tab-body.png", "selectedIconPath": "static/tab-body-active.png" }, { "pagePath": "pages/mind/index", "text": "心智", "iconPath": "static/tab-mind.png", "selectedIconPath": "static/tab-mind-active.png" }, { "pagePath": "pages/action/index", "text": "行动", "iconPath": "static/tab-action.png", "selectedIconPath": "static/tab-action-active.png" }, { "pagePath": "pages/profile/profile", "text": "我的", "iconPath": "static/tab-profile.png", "selectedIconPath": "static/tab-profile-active.png" } ] } }