Files
zhiyin/zhiyin-app/src/pages.json
T
yuzhiran 7049071b42 feat: 品牌更新 + 每日一题公开随机 + 面试计时器修复 + 反馈功能 + 营销文案
- 品牌名统一:职引 → 宇之然AI磁场,SEO 双名策略保留搜索关键词
- 每日一题:放开未登录访问,后端改用 \ 随机取题,灌入 23 题覆盖 8 个岗位
- 面试计时器:timerSeconds 改为 ref 修复 UI 不更新,完成自动停止,增加轮次提示
- 反馈功能:FeedbackModule 前后端完整实现 + admin 面板 + Playwright 测试
- 管理后台:所有列表分页改为 limit=10 + 加载更多按钮
- 录音 UX:修复异步竞态 + 点击开始/停止 + 空语音友好提示 + 发送按钮录音中禁用
- 营销文案:三端平台(公众号/知乎/小红书)推广方案 + 可复制 HTML 文件
2026-07-09 16:27:57 +08:00

43 lines
2.9 KiB
JSON

{
"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": "关于宇之然AI磁场" } },
{ "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择业顾问" } },
{ "path": "pages/feedback/feedback", "style": { "navigationBarTitleText": "意见反馈" } }
],
"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磁场 - AI模拟面试",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f5f6f7"
}
}