Files
health-wellness-device-2/.claude/settings.local.json
yangzhijia 49e3abbb34 feat: init
2026-07-22 11:27:37 +08:00

14 lines
485 B
JSON

{
"permissions": {
"allow": [
"Bash(\"D:/PlatformIO/penv/Scripts/platformio.exe\" run *)",
"WebFetch(domain:www.micradar.cn)",
"WebFetch(domain:m.elecfans.com)",
"WebSearch",
"WebFetch(domain:boardor.com)",
"Read(//d//**)",
"PowerShell(Get-Content \"D:\\\\R60AFD1_数据手册_V1.2.pdf\" -Raw -Encoding Byte | Out-Null; Write-Host \"File exists, size:\" \\(\\(Get-Item \"D:\\\\R60AFD1_数据手册_V1.2.pdf\"\\).Length\\);)"
]
}
}