DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Custom Logo — DSH Plugin for DeepSeek Harness
← Plugins

dsh-custom-logo

Custom Logo

DSH web plugin: replace the DeepSeek Harness branding (tab favicon, sidebar wide logo, collapsed rail icon) with your own images — upload two pictures from the sidebar panel, no manual resizing

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-custom-logo@1.0.2
READMECompatibilityVersions

Compatibility and provenance

Custom Logo is published as dsh-custom-logo and currently resolves to version 1.0.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

1.0.2stable
8/24/2026
1.0.1stable
8/19/2026
1.0.0stable
8/19/2026

Related plugins

Loading related plugins…

Latest
1.0.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
35.4 kB
Files
8
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
53
Last push
8/24/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-custom-logo:上传两张图,自动替换 dsh 的 favicon 与侧边栏 Logo,默认品牌变为你的品牌

上传两张图,换掉 DeepSeek Harness 整套品牌标识

English · 简体中文


给 DeepSeek Harness(dsh)换上你自己的品牌:安装后在设置弹窗里多一个「品牌设置」分区(与「通用 / 模型 / 插件」并列),选一张方形图、一张横向宽图,插件自动裁切缩放并替换 favicon 与侧边栏 Logo——免切图、免重启、升级不丢。

两张图,三处生效

两张上传卡片经过 Canvas 自动处理后替换三个位置:浏览器 favicon、展开侧边栏宽 Logo、折叠窄栏圆形图标

  • 浏览器标签页 — 方形图居中裁切为 favicon,收藏夹图标同步更新
  • 展开侧边栏 — 横向宽图等比缩放,以 42px 高度替换原生文字标
  • 折叠窄栏 — 方形图缩为 36px 圆形图标

图片处理全部在浏览器端完成,上传后页面自动刷新生效,不需要重启服务,也不需要手动准备任何尺寸的切图。

安装

方式一:从 npm 安装(推荐)

dsh plugin --profile web add dsh-custom-logo

方式二:直接从 GitHub 添加

dsh plugin --profile web add github:dawsondx/dsh-custom-logo

方式三:clone 后安装(审阅源码 / 参与贡献)

git clone https://github.com/dawsondx/dsh-custom-logo.git
dsh plugin --profile web add ./dsh-custom-logo

安装后重启 dsh(dsh start --profile web 或你的启动脚本),设置弹窗即出现「品牌设置」分区。

使用

  1. 打开设置弹窗,在左侧导航选择「品牌设置」
  2. 「网页图标」卡片 → 选择图片 → 自动处理并刷新
  3. 「侧边栏 Logo」卡片 → 选择图片 → 自动处理并刷新
  4. 不满意随时重传;想回原版点「恢复默认」

两张卡片的当前图会以缩略图预览;面板支持中英文,跟随 dsh 界面语言。

工作原理

  • 客户端把选中的图片用 canvas 缩放为标准 PNG(方形 256×256 居中裁切;宽图 ≤1080×126 等比),POST 到本机 dsh 服务
  • 服务端写入 <DSH_HOME>/branding/(logo-128.png / logo-64.png / logo-wide.png),原子落盘
  • 每次 index 请求时动态注入:favicon <link> 重写 + CSS 隐藏原生 SVG(按稳定的 viewBox 属性匹配,不受构建哈希/类名顺序影响)、以背景图绘制自定义 Logo,URL 带 ?v=<mtime> 自动破缓存
  • 图片保存在 dsh 用户目录而非插件包内,插件升级不丢品牌图;dsh 升级也不覆盖本插件(patch 层挂载在用户 profile)

安全性

  • 上传/重置接口仅接受 loopback 来源(校验 peer socket 地址,非可伪造的 Host 头),局域网访问者无法改你的品牌图
  • 仅接受 PNG(魔数校验),单次上传上限 8MB,文件名白名单,不接受任意路径写入

常见问题

上传后没变化? 硬刷新一次(Ctrl+Shift+R)。注入 URL 已带版本号,一般普通刷新即可。

宽图比例多少合适? 侧边栏品牌区高 42px,3:1(如 126×42、540×180)最饱满;更宽的图会按高度等比缩窄,不会变形。

折叠窄栏的图标好小? 窄栏是 36px 圆形位,方形图会被缩到这个尺寸,建议主体图形不要太贴边。

怎么卸载? dsh plugin --profile web remove dsh-custom-logo,再删掉 ~/.dsh/branding/ 下的 logo-*.png 即完全还原。

升级 dsh 后还生效吗? 插件通过用户 profile 的 patch 层挂载,dsh 自身升级不覆盖;CSS 锚点使用稳定属性,小版本 UI 更新通常无需跟进。若 dsh 大改版重画了品牌区,欢迎提 issue。

开发

git clone https://github.com/dawsondx/dsh-custom-logo.git
cd dsh-custom-logo
npm run check   # 语法检查 lib/index.js 与 lib/client.js

无构建步骤:lib/index.js(服务端,ESM)与 lib/client.js(浏览器,手写 __ModuleLoader__ bundle)均为单文件、零第三方依赖。

致谢

  • 灵感与交互模式参考 dsh-token-data 的侧边栏面板实现

许可证

MIT