RNlao/dsh-wallpaper0

dsh-wallpaper

DSH wallpaper plugin: choose an image/gradient as the DSH web background, with local-folder browsing, crop, blur, dim, panel translucency and position controls.

AI Analysis

核心用途是自定义 DSH 网页版的背景壁纸与面板透明度。适合需要美化 Web UI 界面、支持本地图片裁剪与模糊效果的用户。

Package
dsh-wallpaper
Version
0.1.0
Last updated
Aug 13, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RNlao/dsh-wallpaper

安装(持久化)

本插件有 host 半(读写磁盘图片)和 client 半(界面)。安装时必须把它声明为 profile 的依赖(而非手动复制进 node_modules),DSH 从 profile 目录解析插件时才能找到它:

cd ~/.dsh/profiles/web
pnpm add 'dsh-wallpaper@link:/path/to/dsh-wallpaper'

# 手动安装则确认 package.json 里 dependencies 与 bundles 都声明了它)