Files
ALL-teach_sys/frontend_能源/.claude/settings.local.json
KQL 38350dca36 更新12个教务系统并优化项目大小
主要更新:
- 更新所有12个产业的教务系统数据和功能
- 删除所有 node_modules 文件夹(节省3.7GB)
- 删除所有 .yoyo 缓存文件夹(节省1.2GB)
- 删除所有 dist 构建文件(节省55MB)

项目优化:
- 项目大小从 8.1GB 减少到 3.2GB(节省60%空间)
- 保留完整的源代码和配置文件
- .gitignore 已配置,防止再次提交大文件

启动脚本:
- start-industry.sh/bat/ps1 脚本会自动检测并安装依赖
- 首次启动时自动运行 npm install
- 支持单个或批量启动产业系统

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-17 14:36:25 +08:00

39 lines
986 B
JSON

{
"permissions": {
"allow": [
"Bash(cp:*)",
"Read(//Users/apple/Documents/cursor/教务系统/**)",
"Bash(node:*)",
"Bash(python3:*)",
"mcp__serena__search_for_pattern",
"mcp__serena__read_file",
"Read(///**)",
"Bash(grep:*)",
"Bash(npm run dev:*)",
"Bash(lsof:*)",
"Bash(xargs kill:*)",
"Bash(cat:*)",
"mcp__serena__activate_project",
"mcp__serena__execute_shell_command",
"mcp__serena__replace_regex",
"mcp__serena__find_file",
"mcp__serena__list_dir",
"Bash(bash:*)",
"mcp__serena__create_text_file",
"Bash(git remote:*)",
"Bash(git log:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(mkdir:*)",
"Bash(gh auth:*)",
"Bash(npm run build:*)",
"Bash(npm install:*)",
"Read(//Users/apple/.claude/**)",
"Read(//Users/apple/Library/**)"
],
"deny": [],
"ask": []
}
}