This commit is contained in:
kz777 2026-01-29 14:50:44 +08:00
parent 63860a9626
commit 86f28e938a

View File

@ -6,7 +6,7 @@
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/plugins/msg-notify-plugin/hooks/notify.sh",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify.sh",
"timeout": 300
}
]
@ -18,7 +18,7 @@
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/plugins/msg-notify-plugin/hooks/notify.sh",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify.sh",
"timeout": 300
}
]