dsh-background:在 DeepSeek Harness Web 中配置本地背景图

dsh-background 是 DeepSeek Harness Web 的一个 MIT 许可证插件,旨在让用户通过本地图片自定义网页背景,同时保留默认主题和文字可读性。安装后,用户可在“设置 → 通用设置 → 外观”中填入本地图片绝对路径,并调节 0–100% 的蒙层强度以优化显示效果。插件支持 jpg、png 等常见格式(上限 25MB),具备实时预览、明暗主题自动适配及配置持久化功能。由于浏览器无法直接读取本地文件,图片由宿主端通过 `/dsh-background/image` 路由提供。该插件适合需要本地化背景且不直接修改源码的场景,安装前建议审查源码安全性,卸载后需手动清理配置文

Read More
dsh-background: Custom DSH WebUI Background Plugin

`@starryhui/dsh-background` is a custom background plugin for DeepSeek Harness (DSH) WebUI, licensed under MIT. This plugin allows users to connect a local image folder to the background settings through the "Settings → Background" interface without modifying the frontend code. Core features include support for scanning image galleries in multiple formats, free dragging and cropping of frames, real-time adjustment of transparency/blur/scale and position, three display modes, and cross-fading slideshow of multiple images. All configurations take effect immediately and are persistently stored in the `background` namespace of `settings.yaml`, remaining intact after restarts. There are two main installation methods: one is using the `dsh plugin --profile web add` command via npm.

Read More