dshbase

Plugin directory / Browser / dsh-liquid-glass

dsh-liquid-glass

Verified · install-tested on dsh xingyingyuzhui

✓ Actively maintained

View on GitHub ↗ ← Back to plugin directory

12Stars
1Forks
1Open issues
JavaScriptLanguage
2026-08-15Last push
Cross-platformPlatform

What it does

Wallpaper plus optional Liquid Glass overlay for DeepSeek Harness Web UI

Our take
Works — verified, early-stage project

Wallpaper plus optional Liquid Glass overlay for DeepSeek Harness Web UI It installs cleanly and boots without issues in our testing. It's early-stage but functional.

“Verified” means our automated CI actually ran dsh plugin add in a clean profile and it booted — nothing more. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

README

dsh-liquid-glass · DSH 液态玻璃

DeepSeek Harness(DSH)Web 皮肤:在官方浅色 / 深色 / 跟随系统之上叠加壁纸,以及可选的液态玻璃岛。

对照官方基线:DeepSeek Harness 47f943859bef60e4160492346772ded9b24f765a

预览

冰原 深水
冰原壁纸下的新会话 深水壁纸下的对话
设置 自定义壁纸
设置里选择壁纸 导入的自定义壁纸

功能

  • 壁纸预设:冰原(浅色)、深水(深色),也可导入自己的图
  • 壁纸透明度:只改壁纸本身,不糊整张图
  • 玻璃模糊:只糊每个玻璃岛背后那一层(侧栏、标题、正文、输入区)
  • 液态玻璃开关:关材质后官方表面回来,壁纸可以继续留着
  • 不抢官方几何:会话滚动仍由 data-conversation-scroll 管,输入区 sticky 不改

安装

前置:已安装 DSH(dsh web 可运行)。

dsh plugin --profile web add github:xingyingyuzhui/dsh-liquid-glass

装完重启 DSHdsh web),然后打开 设置 → 通用 → Liquid Glass

使用

控件 作用
Wallpaper 预设 / 导入。滑杆只改壁纸透明度。
Glass blur 每个玻璃岛背后的 backdrop blur。壁纸保持清晰。
Liquid Glass 开/关材质。关了恢复官方表面,壁纸可单独留着。

旧的「壁纸模糊」存储键不再读取,也不会自动换成新的玻璃模糊。

工作原理

文件 说明
Host host.js 托管冰原 / 深水 JPEG。哈希 URL 一年 immutable,legacy URL no-cache
Client client.js __ModuleLoader__ bundle:设置行 + 壁纸层 + 玻璃岛 CSS。源码在 src/client/client.jsnpm run build 生成。

CSS 只挂在 body[data-dsh-liquid-glass] 下。模糊只发生在各岛 ::before,不糊壁纸、body 或官方滚动容器。

卸载

dsh plugin --profile web remove dsh-liquid-glass

然后重启 dsh web

开发

# 改 src/client/ 后重新生成 client.js
npm run build
npm test          # 只读检查,生成物过期会失败

# 本地验证
dsh plugin --profile web add file:/absolute/path/to/dsh-liquid-glass
# 或
dsh plugin --profile web add link:/absolute/path/to/dsh-liquid-glass

不要手改 client.jssrc/client/generated-optics-fallbacks.js

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-liquid-glass 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:xingyingyuzhui/dsh-liquid-glass

Headless (CLI) profile:

dsh plugin --profile headless add github:xingyingyuzhui/dsh-liquid-glass

Test report

Verified: L1 install + L2 load + L3 runtime from GitHub source on dsh 0.1.0-rc.6.

When to use it

Let the agent drive a real browser — navigate, click, fill, and read pages — for research or UI testing.

Who it's for

Users who want browser automation done by the agent rather than a separate scraper or test script.

For developers — extending it

Browser actions are the seam — expose more tool calls (form fill, downloads, tab management) to the model.

Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Browser

Browse all 7795 plugins →