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.

Webui Background — DSH Plugin for DeepSeek Harness
← Plugins

dsh-webui-background

Webui Background

Standalone DeepSeek Harness plugin for a configurable Web UI background

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-webui-background@0.1.0-rc.1
READMECompatibilityVersions

Compatibility and provenance

Webui Background is published as dsh-webui-background and currently resolves to version 0.1.0-rc.1. 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

0.1.0-rc.1prerelease
8/14/2026
Show 2 more versions
Collapse versions
0.1.0-rc.3prerelease
8/14/2026
0.1.0-rc.2prerelease
8/14/2026

Related plugins

Loading related plugins…

Latest
0.1.0-rc.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
143.9 kB
Files
14
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
92
Last push
8/14/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.

Better Sidebardsh-better-sidebarDSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebDream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。Works in native DSH Web and third-party desktop clients (DSH Desktop): 8 original premium themes, glass materials, wallpaper 2.0

README

dsh-webui-background

English

dsh-webui-background 是一个独立的 DeepSeek Harness 插件,为 Web UI 提供可配置的背景图。它通过 Harness 的组合包与客户端插件扩展点安装,不需要修改或替换 website/public、apps/web/public 中的文件。

功能

  • 设置页面内嵌“Web UI 背景”标签页,可上传、拖放和预览图片。
  • 支持 PNG、JPEG、GIF 和 WebP,按文件内容识别格式,最大 20 MiB。
  • 分别调整浅色模式与深色模式遮罩,保存后立即生效。
  • 可以暂时停用背景而保留图片,也可以一键删除图片并恢复默认界面。
  • 设置与图片按 Harness profile 独立保存;多个 profile 互不影响。
  • 远程页面可以查看设置,只有回环地址页面能够修改,避免受信任 Host 被远程网页写入。

安装

需要支持外部组合包与浏览器客户端插件的 DeepSeek Harness 0.1.0-rc.5 或更高版本。

dsh plugin --profile web add dsh-webui-background@next
dsh web

如果 Web UI 已经在运行,请重启它。打开“设置 → 插件 → Web UI 背景”,选择图片并保存。

卸载:

dsh plugin --profile web remove dsh-webui-background

卸载不会主动删除 profile 数据。需要清除图片时,请先在插件页面点击“恢复默认”。

关于文件名

上传源文件可以使用普通的 .webp、.png 等扩展名。插件会读取文件内容并自动识别格式;保存到 profile 后会使用内容哈希作为内部文件名且不带扩展名,这是正常行为。浏览器通过插件的 /webui-background 路由取得正确的 Content-Type,所以不依赖磁盘扩展名。

每个 profile 的数据位于该 profile 目录下的 data/webui-background/。state.json 保存开关、遮罩和修订号,图片以 background-<sha256> 保存。

从源码安装

git clone https://github.com/lx963/dsh-webui-background.git
cd dsh-webui-background
pnpm install
pnpm test
pnpm build
dsh plugin --profile web add .

发布包在 prepack 阶段生成 Host ESM、浏览器 CJS 和类型声明。源码使用 Node.js ^22.19.0 || >=24 与 pnpm 10。

安全与限制

  • SVG 不受支持,因为它可以包含主动内容。
  • 图片必须通过魔数校验;扩展名与浏览器传入的 MIME 类型不作为信任依据。
  • 图片响应使用 no-store 与 nosniff;URL 中的修订号仅用于页面刷新当前图片。
  • 插件每个 profile 只保留一张当前图片,并使用乐观修订号避免多个页面静默覆盖彼此的设置。

许可证

MIT