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.

Logo Silhouette — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-logo-silhouette

Logo Silhouette

DeepSeek whale logo silhouette as a full-screen background watermark for the dsh web GUI — pointer-events-free, light/dark adaptive.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-logo-silhouette@0.2.0
READMECompatibilityVersions
效果截图

Compatibility and provenance

Logo Silhouette is published as dsh-logo-silhouette and currently resolves to version 0.2.0. 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.2.0stable
8/14/2026
0.1.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
15.1 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
43
Last push
8/15/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

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 pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient 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.

README

dsh-logo-silhouette

DeepSeek 鲸鱼 logo 剪影 —— DeepSeek Harness(dsh)Web GUI 的全屏背景水印插件。 纯视觉、pointer-events: none 完全不挡交互,亮色 / 夜间模式自动适配。

DeepSeek whale-logo silhouette — a full-screen background watermark plugin for the DeepSeek Harness (dsh) web GUI. Purely visual, pointer-events: none, auto-adapts to light / dark.

效果 / Effects

  • 固定铺满视口的背景层(z-index: 0,不挡点击、不挡滚动)
  • 大号鲸鱼 logo 剪影固定在左下角(高 min(56vh, 600px)),aria-hidden
  • 亮色模式:DeepSeek 品牌蓝(设计令牌 --dsw-static-deepseek-500),opacity: .15
  • 夜间模式:柔和浅蓝(--dsw-static-deepseek-300),opacity: .12
  • 夜间模式优化:
    • 颜色 / 透明度随主题 300ms 平滑过渡,切换不跳变
    • 鲸鱼顶部 mask 渐隐,上缘融入背景,去掉"贴纸感"
    • 暗色下降低不透明度,减少深色底上的眩光
    • 窄屏自动缩小并修正定位(left/bottom)
    • 尊重 prefers-reduced-motion,系统暗色 prefers-color-scheme 兜底

安装 / Install

# 任意 dsh profile(推荐 web)
dsh plugin --profile web add dsh-logo-silhouette

该包是标准的 dsh bundle(dsh.bundle.patch),dsh plugin add 会自动把它加入 profile 的层栈(dsh.profile.bundles),无需手改任何配置文件。重启 / 刷新 dsh web 后生效。

dsh plugin --profile web add dsh-logo-silhouette installs the bundle into the profile layer stack automatically — no manual config edits. Restart / refresh the dsh web GUI to see it.

从本地或 git 安装 / From a local path or git:

dsh plugin --profile web add /path/to/dsh-logo-silhouette
dsh plugin --profile web add github:kami-mura/dsh-logo-silhouette

卸载 / Uninstall:

dsh plugin --profile web remove dsh-logo-silhouette

开发 / Develop

  • lib/client.js —— 手写的 client bundle(window.__ModuleLoader__ 格式,无构建依赖), 全部视觉与 CSS 在这里
  • lib/index.js —— host 半体(纯视觉插件,无宿主逻辑)
  • assets/favicon.svg —— logo 源文件(vendored from deepseek-harness,MIT)
  • scripts/build.js —— 从 assets/favicon.svg 提取鲸鱼路径并写回 lib/client.js:
npm run build

调整样式:改 lib/client.js 里的 CSS 常量(颜色走 DSH 设计令牌 --dsw-static-deepseek-*,带兜底色;位置 / 尺寸 / 透明度直接改数值)。

License / 许可

MIT。鲸鱼 logo 图形取自 deepseek-harness 仓库(MIT 许可);DeepSeek 鲸鱼 logo 系 DeepSeek 品牌资产,本插件仅将其作为 装饰性水印展示,不代表与 DeepSeek 官方有关联。