@dsh-external/dsh-notify
dsh 任务完成时推送手机通知(Bark / Server酱 / 任意 webhook)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:NkhszkQAQ/dsh-notify说明文档
阅读完整 README ↗2. 配置 webhook
export DSH_NOTIFY_WEBHOOK="https://api.day.app/xxxxxxxxxxxx"
或在 cordis.patch.yml 的插件条目里加 config(效果相同):
- insert:
- id: dsh-notify
name: '@dsh-external/dsh-notify'
config:
webhook: 'https://api.day.app/xxxxxxxxxxxx'
可选配置
| 字段 | 默认值 | 说明 |
|---|---|---|
webhook | 环境变量 DSH_NOTIFY_WEBHOOK | 推送地址 |
title | ✅ dsh 任务完成 | 通知标题 |
debounceMs | 10000 | 防抖毫秒数,10 秒内只发一条 |