mobius/dsh-pixel-pet

Desktop ⭐ 0 MIT web-ui

Pixel desktop pet for DeepSeek Harness; follows performance slider + conversation state.

Install

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

Add mobius/dsh-pixel-pet to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.