dshbase

Plugin directory / Developer / dsh-whale-background

dsh-whale-background

Unverified tuogusa

✓ Actively maintained

View on GitHub ↗ ← Back to plugin directory

1Stars
0Forks
0Open issues
Language
2026-08-19Last push
Cross-platformPlatform

What it does

DeepSeek Harness Web 背景插件(client-only):深海鲸鱼娘壁纸 + 半透明磨砂应用表面,支持设置页换图、透明度、contain/cover 与恢复默认,远程图片自动预检并 no-referrer 加载

Our take
Unverified — not yet verified

DeepSeek Harness Web 背景插件(client-only):深海鲸鱼娘壁纸 + 半透明磨砂应用表面,支持设置页换图、透明度、contain/cover 与恢复默认,远程图片自动预检并 no-referrer 加载 Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

README

dsh-whale-background

DeepSeek Harness Web 背景插件(client-only):深海鲸鱼娘壁纸 + 半透明磨砂应用表面,并支持在 DSH 设置页自定义背景。

功能

  • 默认鲸鱼壁纸:内置 assets/wallpaper.jpg,构建时内联为 base64,开箱即用
  • 设置页自定义背景:进入 DSH Web → 设置 → 背景
    • 更换背景图片:选择本地图片(自动转 data URL),或粘贴图片 URL(先预加载检查,失败会明确提示;远程图片自动以 no-referrer 方式加载,降低防盗链影响)
    • 清除自定义图片:回到内置鲸鱼壁纸
    • 表面透明度:0–100% 滑块,实时生效
    • 铺放方式:contain(完整显示)/ cover(铺满全屏)
    • 恢复默认:一键清除自定义设置
  • 持久化:设置保存在浏览器 localStorage(key dsh-whale-background),刷新/重启后保留

效果

  • 浅色主题:壁纸居中完整显示(contain 不裁切)或铺满全屏,两侧纯白,应用表面白色半透明(磨砂),文字保持可读
  • 深色主题:右侧保留壁纸 + 深色渐变遮罩,应用表面深色半透明,文字保持可读

安装

dsh plugin --profile web add github:tuogusa/dsh-whale-background

或从本地工作区安装:

dsh plugin --profile web add link:E:/dsh_workspace/dsh-whale-background

兼容 Profileweb(DSH Web GUI)。

安装后重启 DSH 并 Ctrl+Shift+R 刷新浏览器。

更新

# 方式一:CLI 更新(推荐)
dsh plugin --profile web update dsh-whale-background

# 方式二:重新从 GitHub 源安装/更新
dsh plugin --profile web add github:tuogusa/dsh-whale-background

说明:dsh plugin 是 pnpm 的前置转发器,update 会按当前依赖声明重新解析该包;通过 github:tuogusa/dsh-whale-background 安装时,会更新到仓库默认分支的最新提交。

换内置壁纸(默认图)

把任意图片(JPG/PNG/WebP/GIF,build.js 自动识别格式)覆盖到 assets/wallpaper.jpg,然后:

node build.js

重新生成 lib/client.js(base64 内联)。profile 里是符号链接,重建后 HMR 自动热重载;未连接 HMR 则 Ctrl+Shift+R 强刷。

结构

assets/wallpaper.jpg    壁纸原图(当前为 1080x1440 JPEG)
src/client.template.js  浏览器侧模板(含 __WALLPAPER_MIME__/__WALLPAPER_BASE64__ 占位符,及设置页实现)
build.js                构建脚本:壁纸 → base64 内联 → 生成 lib/client.js
lib/client.js           构建产物(被 exports["./client"] 引用)
lib/index.js            host half(空插件,仅让 loader 行保持 enabled 以便 client-modules 收录)

License

MIT

Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install dsh-whale-background for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

Web profile:

dsh plugin --profile web add github:tuogusa/dsh-whale-background

Headless (CLI) profile:

dsh plugin --profile headless add github:tuogusa/dsh-whale-background

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending · last test 2026-08-26
Note: 验证: runtime-fail Browse all pending failures →
Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7795 plugins →