This repository has been archived on 2026-07-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ClaudeInit/.claude/settings.local.example.json
2026-04-24 16:42:22 +08:00

19 lines
688 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"_comment": "设备绑定的本地环境配置。复制为 settings.local.json 并按本机实际值修改。settings.local.json 不应被 git 版控。",
"shell": "powershell",
"_shell_hint": "Windows 默认 powershellmacOS/Linux 请改为 bash 或 zsh并参考 .claude/hooks/README.md 同步修改 settings.json",
"permissions": {
"_comment": "示例权限白名单,按需复制到 settings.local.json 的 permissions.allow 数组中",
"allow": [
"WebSearch",
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(git *)",
"Bash(npm *)",
"Bash(python *)",
"Bash(cargo *)",
"Bash(go *)",
"Bash(node *)"
]
}
}