AlicizaX/Client/Assets/.claude/settings.local.json
2026-03-11 19:53:22 +08:00

23 lines
1.6 KiB
JSON

{
"permissions": {
"allow": [
"Bash(cd InputGlyph && ls -la *.cs)",
"Bash(ls -la InputGlyph/*.cs | grep -v Editor)",
"Bash(cd ../Packages/com.alicizax.unity.ui.extension && wc -l Runtime/**/*.cs | sort -n | tail -20)",
"Bash(cd ../Packages/com.alicizax.unity.ui.extension && find Runtime -name \"*.cs\" -exec wc -l {} + | sort -n | tail -20)",
"Bash(find \"G:\\\\UnityProject\\\\Aliciza\\\\Client\\\\Packages\\\\com.alicizax.unity.ui.extension\" -name \"*UXController*\" -type f 2>/dev/null | head -20)",
"Bash(find \"G:\\\\UnityProject\\\\Aliciza\\\\Client\\\\Packages\\\\com.alicizax.unity.framework\\\\Runtime\\\\Timer\" -type f -name \"*.cs\" 2>/dev/null | head -20)",
"WebFetch(domain:zhuanlan.zhihu.com)",
"Bash(curl -s \"https://zhuanlan.zhihu.com/p/1900566551603687497\" -H \"User-Agent: Mozilla/5.0\" | head -n 200)",
"Bash(curl -s \"https://zhuanlan.zhihu.com/p/1927489591159521310\" -H \"User-Agent: Mozilla/5.0\" | head -n 200)",
"Bash(python -c \"import pypdf; print\\('pypdf available'\\)\" 2>&1 || python -c \"import PyPDF2; print\\('PyPDF2 available'\\)\" 2>&1)",
"Bash(pip install:*)",
"Bash(find \"G:/UnityProject/Aliciza/Client/Assets\" -type f -name \"*.inputactions\" 2>/dev/null | head -5)",
"Bash(find \"G:/UnityProject/Aliciza/Client/Assets/Scripts\" -type f -name \"*.cs\" | xargs grep -l \"MonoBehaviour\\\\|Component\" | head -20)",
"Bash(pdftotext \"技术文档.pdf\" - | head -200)",
"Bash(pdftotext \"技术文档.pdf\" - | wc -l)",
"Bash(pdftotext \"技术文档.pdf\" -)"
]
}
}