DeepSeek Harness Web 的自訂桌布與半透明皮膚插件,支援多圖切換、模糊/透明度調整與淺色/深色自動適配,全部資料保存在本機瀏覽器中。
DSH 整合
原生執行環境
作者聲明
安全稽核
未稽核
最後核實
2026-08-30
授權條款
MIT
01它能幫你完成什麼?
Personalize the DeepSeek Harness Web interface with custom wallpapers and translucent skins
Multiple uploaded or dragged-in images switchable instantly, with adjustable fit, position, overlay, blur, and panel opacity, plus automatic light/dark theme adaptation
DeepSeek Harness Web users who want to customize the look and feel of their coding-agent workspace
Keep wallpaper and skin settings local without sending personalization data to the server
Images stored in the browser's IndexedDB and preferences in localStorage; nothing is uploaded to the DSH server
Privacy-conscious users who want a personalized workspace that stays on their own machine
02如何將外掛接入 DeepSeek Harness?
先決條件
- DeepSeek Harness repository checked out locally — the `dsh` CLI is run from there
- Node.js 22.19 or later and pnpm 11.7.0 (only required when building from source)
安裝步驟
- 01
pnpm dsh plugin --profile web add github:SLin-code/dsh-custom-skin
- 02
pnpm dsh web
- 03
Open Settings in the lower-left corner of the Web interface, then select Personalization to add a wallpaper
- 04
For a local development copy: pnpm dsh plugin --profile web add "/absolute/path/to/dsh-custom-skin"
驗證整合成功
作者未說明
復原
- pnpm dsh plugin --profile web remove dsh-custom-skin
03DSH 整合程度與能力邊界
Installed as a DSH Web (`--profile web`) plugin through the official `dsh` CLI; renders wallpaper and skin controls on the Web interface's Personalization settings page.
Multi-image wallpaper library
Multiple local images uploaded or dragged into the UI→Instantly switchable wallpapers; show/hide, delete individual images, or clear the entire library
Visual skin & blur controls
An uploaded wallpaper image→Adjustable image fit, position, overlay, blur, and panel opacity
Light/dark auto-adaptation
DSH light and dark theme state→Wallpaper and skin automatically adapt to the active light or dark theme
Local-only storage
Uploaded images and preferences→Images kept in the browser's IndexedDB, preferences in localStorage; nothing uploaded to the DSH server
Images stored in the current browser's IndexedDBPreferences stored in localStorage; nothing uploaded to the DSH server
04適合誰?何時不該用?
適合
- DeepSeek Harness Web users who want to customize the look and feel of their coding-agent workspace
- Privacy-conscious users who want a personalized workspace that stays on their own machine
不適合
- Wallpapers are isolated by browser and site origin — opening DSH in another browser, on another port, or at a remote address requires re-adding the images.
- Clearing the site's browser data also removes the saved wallpapers.
05相容性、維護與安全提醒
- 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 — opening DSH in another browser, on another port, or at a remote address requires re-adding the images.
- Clearing the site's browser data also removes the saved wallpapers.
MIT · maintained, last push 2026-08-27, no published release
06常見問題
如何在 DeepSeek Harness 中安裝 dsh-custom-skin?
在 DeepSeek Harness 倉庫中執行 `pnpm dsh plugin --profile web add github:SLin-code/dsh-custom-skin`,再執行 `pnpm dsh web`。Web 介面載入後,開啟左下角的「設定」,選擇「個人化」即可新增桌布。
安裝前需要滿足什麼條件?
你需要在本機檢出 DeepSeek Harness 倉庫(`dsh` CLI 在這裡執行)。從原始碼建置還需要 Node.js 22.19 以上與 pnpm 11.7.0,但一般安裝使用預先編譯的 `lib/` 檔案,不需重新建置。
這個插件如何與 DeepSeek Harness 連接?
它是透過官方 `dsh` CLI 加上 `--profile web` 參數安裝的 DSH Web 原生插件,因此會在 Web 介面的「個人化」設定頁上渲染桌布與皮膚控制項。
我的桌布資料會被上傳到伺服器嗎?
不會。圖片保存在目前瀏覽器的 IndexedDB 中,偏好設定保存在 localStorage 中;README 明確說明不會上傳到 DSH 伺服器。清除站點的瀏覽器資料也會刪除已儲存的桌布。
如何解除安裝?
在 DeepSeek Harness 倉庫中執行 `pnpm dsh plugin --profile web remove dsh-custom-skin`。由於桌布依瀏覽器與站點來源隔離,若你切換瀏覽器、連接埠或遠端位址,需要重新新增圖片。
07相關的 DSH 工作流程
dsh-better-sidebar
作者 omdsh-dev
開放的側邊欄底座,支援三方拓展註冊新側邊欄頁面。內建檔案渲染編輯/終端/側邊對話/Git/子代理頁面 | Open sidebar foundation, supports third-party extensions to register new sidebar pages. Built-in file rendering/editing, terminal, side chat, Git, and sub-agent pages.
dsh-tui
作者 ccch1mneyyy
DSH 官方公眾號收錄的 TUI 補位外掛:Claude Code 風,鯨魚頂欄/即時狀態/流式思考/雙擊 Esc 回滾/上下文進度+TPS。npm 一鍵裝。 DSH official WeChat featured TUI plugin — Claude Code style: whale bar, live status, streaming thoughts, double-Esc rollback, context bar + TPS. npm one-click.
openpets
作者 alvinunreal
本地優先的桌面陪伴平臺,提供動效寵物、外掛 SDK 與編碼智慧體整合。
dsh-tianshu-tui
作者 huiliyi37
官方 DeepSeek Harness 的互動式終端 UI 外掛:自研 ANSI 極簡互動渲染、流式 Markdown/工具卡、16+ 主題、slash 命令與選擇器、輸入歷史與本地偏好持久化、LSP 診斷、memory記憶,很絲滑的開發體驗。
08資料與來源
pnpm dsh plugin --profile web add github:SLin-code/dsh-custom-skin
Custom wallpapers and translucent skins for DeepSeek Harness Web.
此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-30。發現錯誤?提交更正。
最佳 DeepSeek Harness 外掛
從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。
