Files
Podcast-Generator/web/.claude/settings.local.json
hex2077 b63fcb3f6d feat: 实现用户认证系统并优化音频播放器功能
- 新增NextAuth认证系统,支持Google和GitHub登录
- 添加登录模态框组件和用户头像显示
- 重构音频播放器,支持倍速控制和状态同步
- 优化播客卡片显示当前播放状态和生成状态
- 新增API调用追踪工具和防重复调用Hook
- 修复多个API重复调用问题并添加详细文档
- 改进音频文件处理流程,支持MP3格式输出
- 更新类型定义和组件Props以支持新功能
2025-08-16 23:03:46 +08:00

27 lines
759 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(npx create-next-app:*)",
"Bash(npm run type-check)",
"Bash(npm run test-build)",
"Bash(npm run build)",
"Bash(npm run lint)",
"Bash(timeout:*)",
"Bash(npm run dev)",
"Bash(node:*)",
"mcp__serena__check_onboarding_performed",
"mcp__serena__activate_project",
"mcp__serena__onboarding",
"mcp__serena__list_dir",
"mcp__serena__get_symbols_overview",
"mcp__serena__find_symbol",
"mcp__serena__think_about_collected_information",
"mcp__serena__write_memory",
"mcp__serena__think_about_whether_you_are_done",
"Bash(grep:*)",
"mcp__serena__search_for_pattern"
],
"deny": []
}
}