Stop hook起作用了,但是Notification hook就是不起作用。
我的需求时在计划模式中需要我回答问题的时候、或者需要我给权限的时候,给一个声音提示。难道是我配置写得不对吗?
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "afplay ~/Sounds/mixkit-futuristic-cinematic-sweep-2635.wav",
"timeout": 5
}
]
}
],
"Notification": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "afplay ~/Sounds/mixkit-alarm-tone-996.wav"
}
]
}
]
}








