Back to home

sorry123maker

dsh-salary-cat

dsh的月薪猫宠物

Stars
0
Language
JavaScript
Created
Aug 16, 2026
Updated
Aug 16, 2026

Introduction

dsh-salary-cat

npm version npm downloads license

月薪猫 —— DeepSeek Harness Web UI 右下角常驻动画宠物。

A self-contained Cordis plugin that pins an animated mascot GIF to the bottom-right corner of the DeepSeek Harness web UI.

仓库 / Repository

https://github.com/sorry123maker/dsh-salary-cat

功能 / Features

  • 右下角常驻显示动画 GIF(月薪猫),轻微上下浮动
  • 点击穿透,不干扰任何操作
  • GIF 打包在插件内,零外部路径依赖,即装即用
  • 支持组合行配置覆盖 GIF 路径 / 路由路径

安装 / Install

在 web profile 中安装:

dsh plugin --profile web add dsh-salary-cat

或手动在 ~/.dsh/profiles/web/package.json 加入依赖并在 dsh.profile.bundles 中登记,然后 pnpm install,重启 dsh web 生效。

配置 / Config

组合行 salary-cat 支持以下 config:

字段默认值说明
gifPath包内 assets/salary-cat.gif自定义 GIF 的绝对路径
routePath/salary-cat.gif浏览器加载图片的 URL
maxBytes8 MiB读取文件大小上限

示例:

- id: salary-cat
  name: dsh-salary-cat
  inject: [fs, webServer]
  config:
    gifPath: D:/my-cats/my-cat.gif

换图 / Customizing the GIF

直接替换包内 assets/salary-cat.gif(同名即可),刷新页面生效; 或通过 gifPath 指向自己的文件。

卸载 / Remove

dsh plugin --profile web remove dsh-salary-cat

License

MIT © zhuyh