Skip to content

ds-turn-notify v0.1.0

Latest

Choose a tag to compare

@reimu-create reimu-create released this 14 Aug 11:32
· 1 commit to main since this release

ds-turn-notify v0.1.0 — DSH 会话完成/索要权限时的后台提醒插件(Windows)

功能:

  • 回合完成(turn/end)与审批请求(approval/asked)时播放提示音并弹系统提醒
  • 仅当 DSH 页面在后台(不可见/失焦)时提醒,盯着页面时安静(notifyOnlyWhenHidden)
  • 提醒文案携带当前会话标题(showTitle),无标题自动回退
  • 主会话过滤(子会话不打扰)、800ms 防抖(两类事件分开计时)、错误隔离、零第三方依赖
  • 声音: System.Media.SoundPlayer(系统 wav);视觉: BurntToast(若已安装)/托盘气泡降级

安装:
dsh plugin --profile web add ./ds-turn-notify-0.1.0.tgz
或源码目录 link: dsh plugin --profile web add <目录>
安装后重启 dsh web 服务生效(host 半静态加载)。

配置(编辑 cordis.patch.yml 的 config 后重启):
enabled / sound / soundPath / toast / onlyMainSession / debounceMs / turnDone / approval / notifyOnlyWhenHidden / showTitle / title