YRN-playmaker/dsh-wallpaper_share ↗★ 1
we-sync-dsh
Wallpaper Engine 与 DSH 壁纸同步插件:使 DSH 页面背景跟随当前 WE 壁纸,并提供控制面板调节透明度/模糊度等。
AI 分析
核心用途是实现 DSH 界面背景与 Windows 系统的 Wallpaper Engine 动态壁纸同步。适合追求极致桌面视觉一体化、已安装 WE 的 Windows 用户。
安裝
$
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 |