Zdram/deepseek-harness-skin ↗★ 1
deepseek-harness-skin
Anime background skin for the DeepSeek Harness Web UI
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Zdram/deepseek-harness-skin说明文档
阅读完整 README ↗方式二:使用仓库安装脚本
克隆仓库:
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 上的 dsh、DSH_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。