Files
teach_sys_Demo/.claude/settings.local.json
KQL ed5b65ea41 feat: 完善课程列表和直播纪要功能
- 使用CSV数据更新课程列表,支持多单元和课程状态显示
- 添加"即将开始"状态判断逻辑(今天或明天的课程)
- 删除直播纪要的"直播中"图标
- 修复时间轴排序,确保从早到晚显示
- 修复项目案例详情内容左对齐样式
- 修复组件语法错误和重复代码问题

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 10:39:38 +08:00

41 lines
1.1 KiB
JSON

{
"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:*)",
"Bash(git remote remove:*)",
"Bash(git commit:*)",
"Bash(git push:*)"
],
"deny": [],
"ask": []
}
}