dsh plugins中文
← Back to popular plugin directory

Harness skin change/wallpaper/theme pack plug-in

RevolutionLA/dsh-dream-skin · skills

DeepSeek Harness Skin Change/Wallpaper/Theme Pack Plugin (dsh-plugin) — 8 sets of Mirage themes, accent colors per user, wallpaper 2.0, theme pack import and export/sharing links, collections and randomization, purely na.

★ 7GitHub stars
2Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

dsh-dream-skin 🔮 让 DeepSeek Harness 换一张会呼吸、有情绪、属于你的脸。

也就是说:你装的不是一个旁门左道的脚本,而是 DSH 官方插件体系里的标准皮肤插件。 🖼️ 预览 — Mirage 幻梦系列 以下色卡由各皮肤的真实 token 生成,所见即所得。点开可放大。

DSH 的主题系统是 token 化的:web 外壳内置 --dsw- 设计令牌,ThemeRuntime 允许第三方插件注册主题去 覆盖别名层(--dsw-alias-)。本插件是标准的「双面」插件: Host 半边(lib/index.js):dsh.bundle patch 层,插入 dream-skin loader 入口;apply 为空操作, 与官方 ui- 包同构。 浏览器半边(lib/client.js): 1. ctx.theme.register(...) 注册 8 套皮肤; 2. 恢复上次保存的皮肤并 ctx.theme.setTheme(...) 应用; 3. 壁纸渲染为 z-index:-1 固定背景层,叠加 ctx.theme.overrideTokens(...) 让主画布 (--dsw-alias-bg-base)与侧边栏(--dsw-specific-sidebar-fill)半透明; 4. 监听 theme/change,切皮肤 / 深浅色时自动重新着色壁纸洗色层; 5. 把两行 UI 挂进 settings.general.item 插槽。

Install command

dsh plugin --profile web add github:RevolutionLA/dsh-dream-skin
View GitHub repository ↗Back to popular plugin directory