hezi2020/dsh-plugin-wiki--plugins-anneheartrecord-dsh-desk-pet ↗★ 0
dsh-desk-pet
Always-on-top DeepSeek Harness desktop pet. Default whale, four skins, four silent states. Not an in-page widget.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hezi2020/dsh-plugin-wiki#0f911a1b7aef331b19607a60c884be50e910c0ab&path:plugins/anneheartrecord-dsh-desk-pet说明文档
阅读完整 README ↗DSH Desk Pet
置顶桌面宠物。默认鲸鱼,四套皮肤,四种状态。不是网页里的挂件,是盖在 DSH 上的系统窗口。
安装
已有 DSH。一条命令:
dsh plugin --profile web add github:anneheartrecord/dsh-desk-pet#main
macOS 需要系统自带的 /usr/bin/python3(带 Tk)。
启动
dsh web
DSH 起来后刷新 http://127.0.0.1:3080/,看页面右下角那只宠物。同时会有一个标题为「DSH Desk Pet」的小窗口。
不要 DSH、只开宠物:克隆后执行 ./bin/dsh-desk-pet。
使用
- 拖:按住窗口任意处。
- 换肤:点底部四个圆点(鲸 / 线核 / 鹦鹉螺 / 水母)。换肤不改状态。
- 状态:空闲、干活、等你、报错。跟着本地 DSH 自动变,不用管。
关闭
- 这只宠物:窗口上按
Esc。 - 连 DSH 一起关:停掉
dsh web,插件拉起的宠物一起没。 - 卸掉插件:
dsh plugin --profile web remove dsh-desk-pet
然后重新 dsh web。
皮肤
| 圆点 | id |
|---|---|
| 蓝 | whale(默认) |
| 橙 | threadcore |
| 棕 | nautilus |
| 紫 | jellyfish |
开发
/usr/bin/python3 -m unittest discover -s tests -v