Files
ALL-teach_sys/.claude/settings.local.json
KQL e4271911a6 修复Windows批处理脚本问题
- 解决中文字符编码问题
- 修复语法错误和参数传递
- 改用英文界面提高兼容性
- 增强错误处理逻辑
2025-09-24 14:30:50 +08:00

24 lines
483 B
JSON

{
"permissions": {
"allow": [
"Bash(for dir in frontend_*/)",
"Bash(done)",
"Bash(rm:*)",
"Bash(npm install)",
"Bash(npm run dev:*)",
"Bash(lsof:*)",
"Bash(kill:*)",
"Bash(curl:*)",
"Bash(find:*)",
"Bash(chmod:*)",
"Bash(git init:*)",
"Bash(git remote add:*)",
"Bash(git add:*)",
"Bash(git rm:*)",
"Bash(git push:*)",
"Bash(git commit:*)"
],
"deny": [],
"ask": []
}
}