@nkj/dsh-ui-pet
A canvas sprite-sheet pet that follows the pointer, rendered in the dsh web shell.overlay slot.
AI Analysis
核心用途是为 DSH 网页端提供跟随鼠标的 Canvas 桌面宠物。适合想要美化界面、增加趣味互动体验的用户。作为不影响布局的背景装饰,支持点击穿透。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Nkjv2/dsh-ui-petREADME
Read the full README ↗@nkj/dsh-ui-pet
A canvas pet for the DeepSeek Harness web GUI. It follows the pointer and is styled as a subtle background decoration in the shell.overlay layer: position:fixed (no layout impact), fully click-through (pointer-events:none), a low z-index (below other overlay entries and dialogs), and is inside theshell.overlaylayer,position:fixed, pointer-events:none, low z-index, and opacity ` types for full checking.
- The bundle format (closure factory + React externalization) is reproduced from the dsh
clientBundlepreset; iterate against a livedsh webto confirm exact output.