dsh plugins中文
← Back to popular plugin directory

BigfishPet · DSH Desktop Pet

s17179XTY/dsh-BigfishPet · skills

DeepSeek Harness desktop pet plug-in.

★ 2GitHub stars
0Forks
2026-08-17Last updated
JavaScriptLanguage
MITLicense

Project overview

重启 Bigfish。宠物按 /.dsh/pet.json 显示(默认鲸鱼娘 / 160px / 右下角 / 可见)。 方式 B——其他 Electron 壳(如 DSH Desktop)做等价整合:宠物窗口代码不绑定 Bigfish,只依赖标准 Electron 主进程 API 和一个文件(/.dsh/pet.json,含状态机输出 status)。接入步骤:

插件只提供设置页与状态,它跑在 DSH 的 Web 后端里,不能创建窗口。宠物窗口由壳侧整合创建——本仓库 bigfish/main.js 就是 Bigfish 壳的整合参考实现。所以: 场景 · 结果 场景: 只装了插件(dsh plugin 命令,未做壳侧整合) · 结果: ✅ 设置里出现「桌宠」页;pet.json 正常读写;完成信号正常记录;⚠️ 没有宠物窗口——预期行为,不是插件 bug 场景: 插件 + 壳侧整合(方式 A:Bigfish 现成文件) · 结果: ✅ 设置页 + 宠物窗口都出现 场景: 插件 + 壳侧整合(方式 B:其他 Electron 壳等价整合) · 结果: ✅ 设置页 + 宠物窗口都出现

Install command

dsh plugin --profile web add github:s17179XTY/dsh-BigfishPet
View GitHub repository ↗Back to popular plugin directory