eric-song-dev/dsh-ikun-pet ↗★ 0
dsh-beauty-dive-progress
深潜进度桌宠插件:在 DSH 深度思考期间展示进度条与趣味动图及提示音。
AI 分析
核心用途是在 DSH 进行 Deep Diving(深度思考)时,在状态栏下方展示百分比进度动图,并在完成时播放提示音。适合想要趣味化等待过程的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:eric-song-dev/dsh-ikun-pet说明文档
阅读完整 README ↗方式 B:远程一条命令(适合纯使用者)
dsh plugin add github:/beauty-dive-progress
## ⚙️ 配置
**永久插件**:全部配置在**包内 `cordis.patch.yml`** 的插件行 `config` 里(见上文),
支持 `spritePath` / `voicePath` / `routePath` / `playVoiceAtDone` / `pollMs` /
`playCooldownMs` / `playCommand`,素材默认取包内 `assets/`;也可在用户补丁层
(`$DSH_HOME/profiles/web/cordis.patch.yml`)按 id 覆盖这些配置。
**动态插件**:`src/host.js` 顶部 `CONFIG`,以及 `src/client.js` 的 `STAGES`
(每档文案/动作)与 `MODEL`(自适应进度模型全部参数)。
**界面常量**(两种形态共用):`lib/client.js` / `src/client.js` 的
`STAGES` / `MODEL` / `DONE_HOLD_MS`。