Bundle
dsh-ambience
DSH 氛围插件:可自主淡化的自定义图片背景(JPG/PNG/WebP,不遮挡 UI)+ 背景音乐播放器(FLAC/MP3/WAV/M4A,音量 0-200%,播放列表/循环/随机)+ 10 段专业均衡器(预设/预放大/旁路),右下角悬浮条展开面板;v1.1 增加设置页入口,v1.1.1 修复大图导入被静默丢弃的问题。
- Source
- Hyna-hla
- stars
- 1 stars
- License
- MIT
- Updated
- Updated 14 days ago
Readme
# dsh-ambience
DeepSeek Harness 客户端插件:界面氛围。
- **背景图片**:可自主淡化的自定义背景(JPG / PNG / WebP),透明度 / 模糊 / 呼吸淡化,表面半透明不遮挡前端 UI;
- **背景音乐**:导入 FLAC / MP3 / WAV / M4A,音量 0–200%,播放列表 / 循环 / 随机;
- **10 段均衡器**:预设 / 预放大 / 旁路;
- 右下角悬浮条展开面板。
## 安装
1. 构建产物拷入 profile 的 `node_modules\dsh-ambience`(或经 `file:` 依赖);
2. `cordis.patch.yml` 注册:
```yaml
- insert:
- id: dsh-ambience
name: dsh-ambience
```
3. 重启 DeepSeek Harness(组合在进程启动时加载)。
## 说明
- 纯客户端插件:host 仅 stub;`dsh.client{platform:"web", inject:["slots","theme"], immediately:true}`;
- 客户端 bundle 为单文件 CJS,包在 `window.__ModuleLoader__.load({id, factory})` 握手壳里;
- 设置持久化在 localStorage(`dsh-ambience:v1` 键)。
Install
dsh plugin --profile web add github:Hyna-hla/dsh-ambience
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-ambience from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.