dsh-bg-image
为 DSH 网页端提供自定义背景图片与侧边栏透明化配置的插件
AI 分析
支持设置本地图片为 DSH 背景,可调节遮罩透明度并使侧边栏透明。适合想要个性化定制 DSH 网页端界面背景的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mhwww/dsh-bg-image说明文档
阅读完整 README ↗配置字段
| 字段 | 类型 | 默认 | 说明 |
|---|---|---|---|
enabled | bool | false | 总开关 |
imagePath | string | "" | 本地图片绝对路径(png/jpg/webp/gif/bmp/avif) |
opacity | number | 0.35 | 遮罩不透明度 0–0.9;深色模式自动 +0.15 |
sidebarTransparent | bool | true | 侧边栏填充透明,透出背景 |