@dsh-external/声音提醒
DSH Web 客户端插件:助手回答结束时播放「叮咚」提示音
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mxl2498/dsh-sound-alert说明文档
阅读完整 README ↗配置
在 profile 的插件 patch(本包的 cordis.patch.yml,可被 profile 覆盖)中调整:
| 配置项 | 默认值 | 说明 |
|---|---|---|
enabled | true | 是否启用声音提醒 |
volume | 0.5 | 音量 0~1 |
allSessions | false | false 只监听当前会话;true 监听所有会话的回答结束 |
示例(在 profile 的 cordis.patch.yml 中覆盖):
- id: sound-alert
config:
enabled: true
volume: 0.7
allSessions: true