TH1/Unity/.claude/settings.local.json
2025-10-14 00:39:50 +08:00

27 lines
674 B
JSON

{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(mkdir -p \"文档/说明文档/模块\")",
"Bash(mkdir:*)",
"Bash(for dir in TH1_Anim TH1_Audio TH1_Core TH1_Data TH1_DataAssetsScript TH1_Instance TH1_Logic TH1_Presentation TH1_Renderer TH1_Resource TH1_UI)",
"Bash(do echo \"=== $dir ===\")",
"Bash(ls -la \"$dir\")",
"Bash(done)",
"Bash(dir:*)"
]
},
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "powershell -c \"(New-Object Media.SoundPlayer 'D:\\AIDev\\ClaudeCode\\stop.wav').PlaySync();\""
}
]
}
]
}
}