Files
Android-key-of-love/.claude/settings.local.json

13 lines
258 B
JSON
Raw Normal View History

2026-02-10 18:26:31 +08:00
{
"permissions": {
"allow": [
"Bash(dir:*)",
"Bash(powershell:*)",
2026-02-12 19:40:32 +08:00
"Bash(find /d/Test/MyApplication/app/src/main/assets -name \"vocab.txt\" -exec wc -l {} ;)",
2026-02-27 20:50:08 +08:00
"WebSearch",
"Bash(grep:*)",
"Bash(find:*)"
2026-02-10 18:26:31 +08:00
]
}
}