dsh-wallpaper
DSH 壁纸插件:选择图片/渐变作为 DSH 网页背景,支持本地目录浏览、裁剪、模糊、暗化、面板半透明及位置控制
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 都声明了它)