Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:29:54 +08:00
commit ce17f93f10
4 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "ccode-notify",
"description": "在需要用户交互或会话停止时发送系统桌面通知Notification/Stop hooks基于 notify-send/libnotify思路参考 explanatory-output-style 的 hooks 注入模式)",
"version": "1.0.0",
"author": {
"name": "junjiangao",
"email": "junjiangao@gmail.com"
},
"hooks": [
"./hooks"
]
}