- 在 ios 下载 bark。
- 打开 bark,复制你的 url。
- 修改 ~/.claude/settings.json:
{
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "powershell -Command \"Invoke-RestMethod -Uri '${你的url}' -Method Get | Out-Null\""
}
]
}
]
}
}
1 个帖子 - 1 位参与者