YRN-playmaker/dsh-wallpaper_share ↗★ 1
we-sync-dsh
Wallpaper Engine ↔ DeepSeek Harness wallpaper sync (display-only): the page background follows the current Wallpaper Engine wallpaper, with a wallpaper_share conversation-view tab (monitor selector, power toggle, transparency/blur/shadow sliders)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YRN-playmaker/dsh-wallpaper_share说明文档
阅读完整 README ↗安装(官方 dsh plugin 通道,零手工配置)
前置:DSH 已用
dsh --profile web启动过至少一次。
## 配置
包源码 `src/index.ts` 顶部 `CONFIG`:
| 配置项 | 默认值 | 说明 |
| --- | --- | --- |
| `wallpaperEngineDir` | `''`(自动检测) | 检测失败时手动指定安装目录 |
| `workshopContentDir` | `''`(自动推导) | 工作坊内容目录 |
| `pollIntervalMs` | `2000` | 轮询间隔 |
| `previewMaxBytes` | `6291456` | 预览图大小上限 |
## Configuration
`CONFIG` at the top of `src/index.ts`:
| Key | Default | Meaning |
| --- | --- | --- |
| `wallpaperEngineDir` | `''` (auto-detect) | Manual install dir when detection fails |
| `workshopContentDir` | `''` (auto-derived) | Workshop content directory |
| `pollIntervalMs` | `2000` | Polling interval |
| `previewMaxBytes` | `6291456` | Preview size cap |