claude init inited

This commit is contained in:
2026-04-24 16:42:22 +08:00
commit 4c9f4f250d
39 changed files with 3185 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"_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 *)"
]
}
}