Zdram/deepseek-harness-skin1

deepseek-harness-skin

Anime background skin for the DeepSeek Harness Web UI

包名
deepseek-harness-skin
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Zdram/deepseek-harness-skin

方式二:使用仓库安装脚本

克隆仓库:

git clone https://github.com/Zdram/deepseek-harness-skin.git
cd deepseek-harness-skin

Windows PowerShell:

powershell -ExecutionPolicy Bypass -File .\install.ps1

Linux / macOS / Git Bash:

./install.sh

安装脚本会依次尝试 PATH 上的 dshDSH_ROOT、插件目录附近的 deepseek-harness 源码目录以及当前目录。

方法一:通过 profile 配置指定图片

编辑 profile 的 cordis.patch.yml

  • Windows:%USERPROFILE%\.dsh\profiles\web\cordis.patch.yml
  • Linux / macOS:~/.dsh/profiles/web/cordis.patch.yml

使用其他 profile 时,把路径中的 web 换成对应名称。

在文件末尾添加:

- id: deepseek-harness-skin
  config:
    background: 'D:/Pictures/your-background.png'

Linux / macOS 示例:

- id: deepseek-harness-skin
  config:
    background: '/home/user/Pictures/your-background.jpg'

要求:

  • Windows 路径建议使用 /,例如 D:/Pictures/bg.png
  • 每个 profile 只保留一个 deepseek-harness-skin 条目。
  • 配置的图片路径不存在时,插件会自动回退到内置默认图。

保存文件后重启 DSH。