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.

Client Ui Liquid Glass — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

@deepseek-ai/dsh-client-ui-liquid-glass

Client Ui Liquid Glass

Liquid Glass & Live Wallpaper (Desktop Edition): a physical Snell-refraction fluid glassmorphism theme and dynamic wallpaper engine optimized for deepseek-harness-desktop

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Rainpomelo/deepseek-harness-liquid-glass-theme#13b1af67f616932dedfe5d406b4a9f114a099bb0
READMECompatibilityVersions
动态壁纸与水波交互演示桌面主体展示桌面弹窗展示设置内展示

Compatibility and provenance

Client Ui Liquid Glass is published as @deepseek-ai/dsh-client-ui-liquid-glass and currently resolves to version 2.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/20/2026

Versions

2.0.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
2.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 6
Weekly downloads
0
Last push
8/21/2026
View source ↗
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 pluginsWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinWeb App@monotykamary/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)

README

DeepSeek Harness - 液态玻璃与动态壁纸主题 (Liquid Glass Theme)

DeepSeek Harness 的界面主题插件,提供基于 WebGL 的液态透镜折射、水波交互、分层毛玻璃效果,以及自定义图片/视频壁纸功能。


版本说明

  • v1.0.0 (v1.0-web 分支):面向 Web 浏览器环境的配置标签。自定义壁纸保存在浏览器的 IndexedDB 中。
  • v2.0.0 (main 分支):面向桌面端 deepseek-harness-desktop 的配置标签。支持将壁纸保存到本地 ~/.dsh/wallpapers/ 目录,并通过本地 HTTP 206 分片接口加载视频。

引用方式

// Web 版
"@deepseek-ai/dsh-client-ui-liquid-glass": "github:Rainpomelo/deepseek-harness-liquid-glass-theme#v1.0.0"

// 桌面端版
"@deepseek-ai/dsh-client-ui-liquid-glass": "github:Rainpomelo/deepseek-harness-liquid-glass-theme#v2.0.0"

效果预览

1. 动态壁纸与水波交互演示 (Live Demo)

动态壁纸与水波交互演示

2. 桌面主体效果 (Layer 2 液态透镜折射与动态底板)

桌面主体展示

3. 桌面弹窗效果 (Layer 3 全景虚化与毛玻璃)

桌面弹窗展示

4. 设置面板与光学参数控制

设置内展示


插件功能

1. 分层渲染

  • 背景层 (Layer 0):底层 WebGL Canvas 渲染动态壁纸与鼠标点击的水波。
  • 侧边栏 (Layer 1):侧边栏与详情抽屉等基础容器,提供高斯模糊与暗色底板。
  • 输入框与卡片 (Layer 2):输入框、会话卡片与操作按钮,在 WebGL Shader 中计算折射、色散、曲率与边缘高光。
  • 弹窗与菜单 (Layer 3):弹窗打开时底层虚化,弹窗本身使用半透明毛玻璃样式。

2. 壁纸支持

  • 预设壁纸:自带 6 款预设壁纸。
  • 自定义壁纸:支持上传图片(PNG / JPG / WebP)与视频(MP4 / WebM / MOV)。
  • 存储机制:前端保存在 IndexedDB;在提供本地后端服务时会存入 ~/.dsh/wallpapers/。

3. 参数调节

在设置面板中可直接调节参数:

  • 折射率(IOR)、透镜曲率、色散、倒角厚度、透镜模糊度;
  • 弹窗虚化半径(modalBlur 0 ~ 60px)、遮罩暗度(l3MaskOpacity 0.00 ~ 0.90);
  • 鼠标水波振幅、背景流体流动速度与波纹强度。

安装与使用

方式一:在本地 profiles 中引入(推荐)

  1. 将本仓库 clone 到本地,例如 C:/plugins/deepseek-harness-liquid-glass。
  2. 打开你使用的 profile 配置文件(如 ~/.dsh/profiles/web/package.json)。
  3. 在 dependencies 中添加本地文件引用:
{
  "dependencies": {
    "@deepseek-ai/dsh-client-ui-liquid-glass": "file:/path/to/deepseek-harness-liquid-glass"
  },
  "dsh": {
    "profile": {
      "bundles": [
        "@deepseek-ai/dsh-client-ui-liquid-glass"
      ]
    }
  }
}
  1. 启动 DeepSeek Harness 即可生效:
dsh --profile web

方式二:直接从 GitHub 引用

在 profile 的 package.json 中配置:

{
  "dependencies": {
    "@deepseek-ai/dsh-client-ui-liquid-glass": "github:Rainpomelo/deepseek-harness-liquid-glass-theme"
  }
}

配置与控制

启动 DeepSeek Harness 后:

  1. 点击左下角 「设置」 -> 进入 「通用设置」;
  2. 找到 「分级液态玻璃与动态壁纸」 控制行:
    • 壁纸选择:可直接在「内置推荐」中滑动挑选,或点击「+ 添加壁纸」上传自定义视频/图片;
    • Layer 2 (二层悬浮液态透镜):调节输入框透镜的折射率、曲率及倒角高光;
    • Layer 3 (三层弹窗玻璃):调节弹窗开启时的背景虚化模糊度与暗化遮罩深度;
    • 保存与读取预设:可将当前的光学参数组合一键保存至本地。

核心参数对照表

参数名称默认值调节范围说明
折射率 (IOR)1.300.80 ~ 2.40斯涅尔光学折射强度
透镜曲率 (Bulge)1.80-1.50 ~ 2.50凸透镜/凹透镜视差位移倍数
色散分离 (Dispersion)0.0350.00 ~ 0.10边缘 RGB 彩虹分离度
倒角宽度 (Bevel)0.0150.005 ~ 0.10透镜边缘切角反光宽度
高光强度 (Rim Intensity)0.450.00 ~ 1.00135° 顶光边缘高光反射亮度
手势水波 (Ripple Amp)0.300.00 ~ 1.00鼠标点击时的水面涟漪幅度
弹窗虚化 (Modal Blur)24px0 ~ 60px弹窗打开时底层画面的高斯模糊半径
遮罩暗化 (Mask Opacity)0.750.00 ~ 0.90弹窗遮罩层的深色对比度

目录结构

├── src/
│   ├── client/
│   │   ├── glass-shader.ts        # WebGL 物理透镜 Fragment/Vertex Shader 核心引擎
│   │   ├── glass-ambient.ts       # 底层 Canvas 动态环境渲染器
│   │   ├── theme-layer.ts         # 主题 Token 覆盖与 DOM 运行时图层管理
│   │   ├── wallpaper-storage.ts   # IndexedDB 壁纸与视频离线存储
│   │   ├── LiquidGlassControls.tsx# 设置面板阻尼滑动与调节控件
│   │   └── liquid-glass.module.css# 多层光学穿透样式与动画
├── lib/                           # tsdown 构建后的浏览器端 ESM/CJS 产物
├── package.json
└── README.md

开源协议

MIT License