feat: AI 择业顾问 MVP — 专业分析 + 岗位匹配 + 多轮对话
- backend: career-advice module with analyze/chat/positions endpoints - frontend: career.vue page with profile form, AI advice, recommendation cards - config/api/pages/user.vue: full integration into existing flow - docs: PROJECT-STATUS v4.5, FEATURE-LIST v4.3, ROADMAP v4.3 - AGENTS.md: updated module count and career link paths
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
{ "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/share/share", "style": { "navigationBarTitleText": "我的分享" } },
|
||||
{ "path": "pages/review/review", "style": { "navigationBarTitleText": "面试复盘" } },
|
||||
{ "path": "pages/career/career", "style": { "navigationBarTitleText": "择业顾问" } }
|
||||
],
|
||||
"tabBar": {
|
||||
"color": "#999999",
|
||||
|
||||
Reference in New Issue
Block a user