dsh-pub/dsh-meow-cat0

dsh-meow-cat

DSH 网页插件:在会话轮次结束时,会有一只猫咪走过屏幕底部并发出合成喵呜声

AI 分析

在智能体完成一轮对话后播放猫咪走动动画与猫叫声。适合喜欢猫咪、希望通过趣味音效和动画得知智能体任务已完成的用户。

包名
dsh-meow-cat
版本
0.1.0
许可证
MIT
最近更新
2026年8月14日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dsh-pub/dsh-meow-cat

Configuration

Defaults work out of the box. To tune it live, set a JSON override in your browser console (re-read on every poll):

localStorage.setItem("dsh-meow-cat.config", JSON.stringify({
  enabled: true,   // master switch
  pollMs: 1500,    // status poll interval, min 250
  volume: 1.0,     // meow volume 0~1
  debug: false,    // console diagnostics
}))