Web UI 品牌区自定义:鲸鱼 logo 与 DeepSeek 文字可换成本地图片,HARNESS 徽章文字可双击编辑(双击修改,右键恢复)。
安装
# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)
dsh plugin --profile web add github:baisama-cloud/dsh-custom-brand
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。
README
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 / 使用
- Hover the brand area in the top-left sidebar — a dashed outline hints where editing is available.
- 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.
- Right-click an image slot to reset it to the original artwork.
- 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 viawindow.__ModuleLoader__.loadcordis.patch.yml— loader row inserting the plugin
Build the tarball with:
pnpm pack
License / 许可证
MIT
链接
同类插件
zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all★ 2622
DSH Web UI 插件与皮肤合集:任务看板、git 图、右侧面板、远程移动端 UI、桌宠、实时 token 统计与皮肤中心。
ccch1mneyyy/dsh-TUI★ 1231
Claude Code 风格全屏终端 UI:像素鲸鱼顶栏、实时工作状态行、思考流式展开。
omdsh-dev/DSH-better-sidebar★ 1198
侧边栏完整工作台:内置文件渲染编辑、终端、Git 与子代理,支持三方插件注册新 Tab。
omdsh-dev/dsh-at-file★ 214
Codex 风格的 `@file` 文件引用,输入框里直接搜索并引用工作区文件。
huiliyi37/dsh-tianshu-tui★ 159
DeepSeek Harness 的终端 UI(TUI)。
Nagi-ovo/dsh-visualize★ 114
对话内生成式 UI:模型把交互式 HTML 卡片直接画进会话流,带流式预览与沙箱渲染。