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 分析
核心用途是自定义 DSH 网页版的背景壁纸与面板透明度。适合需要美化 Web UI 界面、支持本地图片裁剪与模糊效果的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RNlao/dsh-wallpaperドキュメント
README 全文を読む ↗安装(持久化)
本插件有 host 半(读写磁盘图片)和 client 半(界面)。安装时必须把它声明为 profile 的依赖(而非手动复制进 node_modules),DSH 从 profile 目录解析插件时才能找到它:
cd ~/.dsh/profiles/web
pnpm add 'dsh-wallpaper@link:/path/to/dsh-wallpaper'
# 手动安装则确认 package.json 里 dependencies 与 bundles 都声明了它)