{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "AI模拟面试 - 职引" } }, { "path": "pages/interview/interview", "style": { "navigationBarTitleText": "AI模拟面试练习" } }, { "path": "pages/report/report", "style": { "navigationBarTitleText": "面试报告与评分" } }, { "path": "pages/member/member", "style": { "navigationBarTitleText": "引力值购买" } }, { "path": "pages/progress/progress", "style": { "navigationBarTitleText": "进步轨迹与打卡" } }, { "path": "pages/contribute/contribute", "style": { "navigationBarTitleText": "分享面经" } }, { "path": "pages/company-bank/bank", "style": { "navigationBarTitleText": "公司真题题库" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录 / 注册" } }, { "path": "pages/history/history", "style": { "navigationBarTitleText": "面经与面试记录" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "个人中心" } }, { "path": "pages/resume/resume", "style": { "navigationBarTitleText": "简历诊断与优化" } }, { "path": "pages/internship/internship", "style": { "navigationBarTitleText": "热门岗位" } }, { "path": "pages/about/about", "style": { "navigationBarTitleText": "关于职引" } }, { "path": "pages/admin/admin", "style": { "navigationBarTitleText": "管理后台" } }, { "path": "pages/result/result", "style": { "navigationBarTitleText": "优化结果" } }, { "path": "pages/agreement/agreement", "style": { "navigationBarTitleText": "用户协议" } }, { "path": "pages/privacy/privacy", "style": { "navigationBarTitleText": "隐私政策" } }, { "path": "pages/share/share", "style": { "navigationBarTitleText": "我的分享" } }, { "path": "pages/review/review", "style": { "navigationBarTitleText": "面试复盘分析" } }, { "path": "pages/career/career", "style": { "navigationBarTitleText": "AI择业顾问" } } ], "tabBar": { "color": "#999999", "selectedColor": "#4F46E5", "backgroundColor": "#F3F4F6", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "AI面试", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-active.png" }, { "pagePath": "pages/history/history", "text": "面经题库", "iconPath": "static/tabbar/history.png", "selectedIconPath": "static/tabbar/history-active.png" }, { "pagePath": "pages/user/user", "text": "个人中心", "iconPath": "static/tabbar/user.png", "selectedIconPath": "static/tabbar/user-active.png" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "职引 - AI模拟面试", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#f5f6f7" } }