mobius/dsh-pixel-pet

桌面端 ⭐ 0 MIT web-ui

Pixel桌面宠物,适用于DeepSeek Harness;跟随性能滑块及对话状态。

catalog 简介:Pixel desktop pet for DeepSeek Harness; follows performance slider + conversation state.

安装

dsh-pixel-pet/
├── lib/
│   ├── index.js          # DSH host 侧插件入口,托管 /plugins/dsh-pixel-pet/gifs 图片
│   └── client.pet.js     # DSH browser 侧插件:悬浮宠物 + 等级/状态对齐
├── assets/
│   ├── screenshot.png    # README 预览截图
│   └── gifs/             # 30 张 {01-06}_{idle,rest,work,done,wait}.gif(来自 pixel_bighead)
├── scripts/
│   ├── install.mjs       # 一键安装到 ~/.dsh/profiles/web
│   └── check.mjs         # 静态检查 DSH client-plugin 包契约
├── demo/
│   └── index.html        # 不依赖 DSH 的独立预览页
├── cordis.patch.yml      # dsh.bundle 层:安装后自动 insert 插件行
├── package.json
└── README.md

mobius/dsh-pixel-pet 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。