feat: 完整的教务系统功能更新

- 添加面试模拟功能:视频播放、评分展示、滑动交互
- 实现1v1求职策略:导师信息更新、直播纪要功能
- 完善项目库和简历面试功能:添加详细的mock数据
- 更新课后作业页面:灰度显示、课程链接
- 个人档案和主页数据:万圆的完整个人信息
- 修复各类语法错误和数据结构问题

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
KQL
2025-08-27 09:46:59 +08:00
parent 5efe7f6a8a
commit 264754c7fb
57 changed files with 49068 additions and 1381 deletions

View File

@@ -0,0 +1,38 @@
{
"permissions": {
"allow": [
"mcp__serena__replace_regex",
"mcp__ide__getDiagnostics",
"Bash(node:*)",
"Bash(cat:*)",
"Bash(grep:*)",
"Bash(npx eslint:*)",
"Bash(npm run dev:*)",
"Bash(python3:*)",
"Bash(pip3 install:*)",
"Bash(/usr/bin/python3:*)",
"mcp__serena__think_about_whether_you_are_done",
"mcp__serena__activate_project",
"Bash(npm install:*)",
"Bash(pnpm add:*)",
"Bash(lsof:*)",
"mcp__serena__search_for_pattern",
"mcp__serena__find_symbol",
"Bash(npx babel-node:*)",
"Bash(curl:*)",
"Bash(sed:*)",
"Read(///**)",
"mcp__serena__find_file",
"mcp__serena__list_dir",
"mcp__serena__read_file",
"mcp__serena__replace_symbol_body",
"mcp__serena__execute_shell_command",
"mcp__serena__get_symbols_overview",
"mcp__serena__create_text_file",
"Bash(git remote add:*)",
"Bash(git add:*)"
],
"deny": [],
"ask": []
}
}