Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:37:53 +08:00
commit 0ce8d40b23
4 changed files with 74 additions and 0 deletions

15
hooks/hooks.json Normal file
View File

@@ -0,0 +1,15 @@
{
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "say '다음 작업을 확인해주세요'"
}
]
}
]
}
}