Files
keyboard/.claude/settings.local.json

18 lines
425 B
JSON
Raw Normal View History

2026-02-10 18:53:31 +08:00
{
"permissions": {
"allow": [
"WebSearch",
"Bash(git checkout:*)",
"Bash(xcodebuild:*)",
"Bash(plutil:*)",
"Bash(find:*)",
2026-02-27 14:49:46 +08:00
"Bash(ls:*)",
2026-03-02 09:19:06 +08:00
"Bash(wc:*)",
2026-03-03 21:31:03 +08:00
"Bash(chmod +x:*)",
2026-03-09 17:34:08 +08:00
"Bash(python3:*)",
2026-03-10 17:29:20 +08:00
"Bash(/usr/libexec/PlistBuddy:*)",
"Bash(iconv -f UTF-8 -t UTF-8 \"/Users/mac/Downloads/隐私协议_修改版.txt\" 2>/dev/null | sed -n '290,305p')"
2026-02-10 18:53:31 +08:00
]
}
}