TianYa-DAO/dsh-wallpaper-engine--packages-dsh-wallpaper-engine ↗★ 1
dsh-wallpaper-engine
Wallpaper Engine 插件:为 DSH 网页端及桌面壳提供本地壁纸库、背景层和原生场景控制面板。
AI 分析
核心用途是为 DSH 界面引入动态壁纸背景。适合追求极致视觉效果、且在 DSH 桌面外壳或兼容浏览器中运行的用户。
安裝
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TianYa-DAO/dsh-wallpaper-engine#9453edfc3b8ffe1362385fcefbb6fce53e69ec99&path:packages/dsh-wallpaper-engine說明文件
閱讀完整 README ↗dsh-wallpaper-engine
Wallpaper Engine panel and background layer for the DeepSeek Harness (dsh) Web UI.
This is the installable plugin package. It registers a Desktop & Wallpaper settings section with a lazy-loaded local Wallpaper Engine library (Steam workshop/local projects and manual imports), search, import/remove, set-as-background with opacity/blur/fill controls, and a full-viewport background layer. Scene projects can run through the native Wallpaper Engine runtime when the DSH desktop shell exposes its window.desktopWindow bridge; in a plain browser the panel shows the "desktop version" hint and the web app is unchanged.
Install
From a GitHub repo:
dsh plugin --profile web add https://github.com/TianYa-DAO/dsh-wallpaper-engine
From a local checkout:
dsh plugin --profile web add ./plugin-package/dsh-wallpaper-engine
Then open Settings → Desktop & Wallpaper. Inside the desktop shell the panel also exposes desktop-mode controls: WorkerW wallpaper window, desktop embed, and desktop-icon visibility.
Desktop bridge
Media discovery, import dialogs, the dsh-wallpaper:// media protocol, and native Scene start/stop run in the DSH desktop shell (apps/desktop of the main repository). Install the shell separately and launch it over a running dsh web:
pnpm --filter @deepseek-ai/dsh-desktop run start
Development
pnpm install
pnpm run build # tsc + tsdown; emits lib/client.js
Official @deepseek-ai/* packages are peerDependencies; the DSH runtime provides them.
License
MIT