SLin-code/dsh-custom-skin 预览 preview

SLin-code/dsh-custom-skin

- Upload or drag in multiple local images and switch between them instantly. - Show or hide the wallpaper, delete individual images, or clear the entire library. - Adjust image fit, position, overlay, blur, and panel opacity. - Automatically adapt to the light and dark themes in DSH.

catalog 简介 / catalog descriptioncatalog description:DSH自定义壁纸/皮肤插件——Custom wallpapers and translucent skins for DeepSeek Harness Web

项目介绍Project Overview

dsh-custom-skin 是 DSH Web 插件,用于上传本地图片作壁纸,并调节适配、位置、遮罩、模糊与面板透明度,支持明暗主题。适合想自定义界面外观时使用。图片存于浏览器 IndexedDB,偏好存 localStorage,不上传服务器;但按浏览器与站点源隔离,单图限 20MB、最多 24 张。

dsh-custom-skin is a DSH Web plugin for setting local images as wallpapers and translucent skins. It supports instant switching, image fit/position, overlay, blur, panel opacity, and light/dark theme adaptation. Use it to personalize the DSH Web interface. Images stay in IndexedDB and preferences in localStorage, with no server upload; data is isolated by browser and origin, with a 20 MB per-image and 24-image limit.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:SLin-code/dsh-custom-skin

SLin-code/dsh-custom-skin 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

dsh-custom-skin

Custom wallpapers and translucent skins for DeepSeek Harness Web.

English · 简体中文

DeepSeek Harness Web with a custom blue wallpaper

Features

  • Upload or drag in multiple local images and switch between them instantly.
  • Show or hide the wallpaper, delete individual images, or clear the entire library.
  • Adjust image fit, position, overlay, blur, and panel opacity.
  • Automatically adapt to the light and dark themes in DSH.
  • Keep images in the current browser's IndexedDB and preferences in localStorage. Nothing is uploaded to the DSH server.

Preview

DeepSeek Harness Web with a custom pink wallpaper

Wallpaper and skin controls on the Personalization settings page

Install in DSH Web

Run the following commands in the DeepSeek Harness repository:

pnpm dsh plugin --profile web add github:SLin-code/dsh-custom-skin
pnpm dsh web

Open Settings in the lower-left corner of the Web interface, then select Personalization to add a wallpaper.

To install a local development copy instead:

pnpm dsh plugin --profile web add "/absolute/path/to/dsh-custom-skin"
pnpm dsh web

To uninstall:

pnpm dsh plugin --profile web remove dsh-custom-skin

Build from source

Requirements: Node.js 22.19 or later and pnpm 11.7.0.

pnpm install
pnpm build
pnpm check

The repository includes the compiled lib/ files, so a regular local installation does not require a rebuild.

Data and limitations

  • Each image can be up to 20 MB, with a maximum of 24 saved images. The browser's storage quota may impose a lower practical limit.
  • Wallpapers are isolated by browser and site origin. If you open DSH in another browser, on another port, or at a remote address, you will need to add the images again.
  • Clearing the site's browser data also removes the saved wallpapers.

License

MIT

上一个 Prev dsh_kline 下一个 Next dsh-drag-and-drop