Files
health-wellness-device-2/.claude/settings.local.json
2026-08-12 09:22:28 +08:00

31 lines
1.8 KiB
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\\);)",
"Bash(py -m pip install openpyxl -q)",
"Read(//d/PlatformIO1/Projects/**)",
"Bash(pio pkg *)",
"Bash(git stash *)",
"Bash(git checkout *)",
"Bash(sed -i 's/#define OLED_SDA_PIN 14/#define OLED_SDA_PIN 15/' include/config.h)",
"Bash(sed -i 's/#define OLED_SCL_PIN 15/#define OLED_SCL_PIN 16/' include/config.h)",
"Bash(sed -i 's/#define BTN_PROVISION_PIN 16/#define BTN_PROVISION_PIN 14/' include/config.h)",
"Bash(sed -i 's/#define BTN_PAGE_SWITCH_PIN 10/#define BTN_PAGE_SWITCH_PIN 5/' include/config.h)",
"Bash(sed -i 's/#define BTN_LONG_PRESS_MS 3000/#define BTN_LONG_PRESS_MS 1500/' include/config.h)",
"Bash(sed -i 's/#define WATER_SENSOR_PIN 6 /#define WATER_SENSOR_PIN 45/' include/config.h)",
"Bash(sed -i 's/#define BUZZER_PIN 7 /#define BUZZER_PIN 21/' include/config.h)",
"PowerShell(Get-ChildItem \"$env:USERPROFILE\\\\.claude\" -ErrorAction SilentlyContinue; if \\(-not $?\\) { Write-Host \"No .claude at USERPROFILE\" })",
"Read(//c/Users/杨志佳/.claude/**)",
"Read(//d/ClaudeData/.claude/**)",
"Read(//c/Users/杨志佳/.claude/projects/d--PlatformIO1-Projects-Healthv2-0/memory/**)",
"Read(//d/PlatformIO1/Projects/Healthv2.0/ai/sessions/memory/**)"
]
}
}