baisama-cloud/dsh-custom-brand

Customizable brand area for the DeepSeek Harness (DSH) Web GUI — replace the whale logo and the DeepSeek wordmark with your own local images, and edit the HARNESS badge text. Everything persists in localStorage and survives restarts.

catalog descriptioncatalog 简介 / catalog description:DeepSeek Harness(DSH)网页界面可自定义品牌区域——用您自己的本地图片替换鲸鱼标志和 DeepSeek 字标,并编辑 HARNESS 徽章文字。

Project Overview项目介绍

A DSH web-side brand-area customization plugin that replaces the top-left whale logo and DeepSeek wordmark with local images (PNG/JPG/WebP, auto-downscaled to 256px), and supports double-click editing of the HARNESS badge text with automatic browser tab title sync. Ideal for users personalizing the DeepSeek Harness web UI identity. Note: all changes are stored only in browser localStorage, so switching browsers or clearing data will lose them.

DSH 浏览器端品牌区自定义插件,用于替换左上角鲸鱼 logo 与 DeepSeek 文字为本地图片(PNG/JPG/WebP,自动缩放至 256px),并支持双击编辑 HARNESS 徽章文字,标签页标题自动同步。适合希望个性化 DeepSeek Harness Web 界面视觉标识的用户。注意:所有改动仅保存在浏览器 localStorage,换浏览器或清除数据会丢失。

Or use CLI install (for developers)或使用命令行安装(适合开发者)

CLI Install命令行安装

dsh plugin --profile web add github:baisama-cloud/dsh-custom-brand

baisama-cloud/dsh-custom-brand 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

dsh-custom-brand

Customizable brand area for the DeepSeek Harness (DSH) Web GUI — replace the whale logo and the DeepSeek wordmark with your own local images, and edit the HARNESS badge text. Everything persists in localStorage and survives restarts.

DSH Web 界面左上角品牌区自定义插件:鲸鱼 logo 与 DeepSeek 文字可换成你自己的本地图片,HARNESS 徽章文字可双击编辑。所有修改保存在浏览器 localStorage,重启不丢。

Features / 功能

Area Interaction
Whale logo / 鲸鱼 logo Double-click to pick a local image (auto-downscaled to 256px, PNG keeps transparency); right-click to restore the default whale
DeepSeek wordmark / DeepSeek 文字 Double-click to pick a local image; right-click to restore the original lettering
HARNESS badge / HARNESS 徽章 Double-click to edit the text (styled like the original badge letterforms); Enter to commit, Esc to cancel
Browser tab title / 标签页标题 Syncs to the badge text

Install / 安装

dsh plugin --profile web add github:<owner>/dsh-custom-brand

or in the DSH settings → Plugins market, search dsh-custom-brand. 或在 DSH 设置 → 插件市场中搜索安装。

Usage / 使用

  1. Hover the brand area in the top-left sidebar — a dashed outline hints where editing is available.
  2. Double-click the whale or the DeepSeek text to open the file picker; choose any image (PNG/JPG/WebP…). It is scaled to fit the small slot automatically.
  3. Right-click an image slot to reset it to the original artwork.
  4. Double-click the HARNESS badge and type a new name; the browser tab title updates with it.

Stored keys (browser localStorage): dsh.customLogo, dsh.customDeepSeekImg, dsh.customBrand.

Development / 开发

This is a standard DSH bundle:

  • lib/index.js — host half (intentionally empty; all behavior is client-side)
  • lib/client.js — browser half, registered via window.__ModuleLoader__.load
  • cordis.patch.yml — loader row inserting the plugin

Build the tarball with:

pnpm pack

License / 许可证

MIT

上一个 Prev dsh-opencode-go-quota 下一个 Next dsh-harvest