其他
完整应用
deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
基于 WebGL 物理斯涅尔折射与三层光学架构的 DeepSeek Harness 界面主题插件。支持 4K 动态壁纸、视频壁纸(MP4/WebM)、手势水波交互以及全界面分层毛玻璃效果。




在设置面板中可直接滑块调节光学参数,实时生效并持久化:
modalBlur 0 ~ 60px)、遮罩暗化度(l3MaskOpacity 0.00 ~ 0.90);C:/plugins/deepseek-harness-liquid-glass。~/.dsh/profiles/web/package.json)。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"
]
}
}
}
dsh --profile web
在 profile 的 package.json 中配置:
{
"dependencies": {
"@deepseek-ai/dsh-client-ui-liquid-glass": "github:Rainpomelo/deepseek-harness-liquid-glass-theme"
}
}
启动 DeepSeek Harness 后:
| 参数名称 | 默认值 | 调节范围 | 说明 |
|---|---|---|---|
| 折射率 (IOR) | 1.30 |
0.80 ~ 2.40 |
斯涅尔光学折射强度 |
| 透镜曲率 (Bulge) | 1.80 |
-1.50 ~ 2.50 |
凸透镜/凹透镜视差位移倍数 |
| 色散分离 (Dispersion) | 0.035 |
0.00 ~ 0.10 |
边缘 RGB 彩虹分离度 |
| 倒角宽度 (Bevel) | 0.015 |
0.005 ~ 0.10 |
透镜边缘切角反光宽度 |
| 高光强度 (Rim Intensity) | 0.45 |
0.00 ~ 1.00 |
135° 顶光边缘高光反射亮度 |
| 手势水波 (Ripple Amp) | 0.30 |
0.00 ~ 1.00 |
鼠标点击时的水面涟漪幅度 |
| 弹窗虚化 (Modal Blur) | 24px |
0 ~ 60px |
弹窗打开时底层画面的高斯模糊半径 |
| 遮罩暗化 (Mask Opacity) | 0.75 |
0.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
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。