Fifteen curated theme families and nine complete dsh-web-ui skin replicas in one plugin behind a single settings entry, with CSS-only custom theme JSON, controlled custom skin-pack import via folder picker, preview, apply, delete and restore-default.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:wsxwj123/dsh-plugins#path:/packages/dsh-appearance-gallery
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
This plugin publishes its README in Chinese only.
DeepSeek Harness Web GUI 的外观画廊插件:15 个主题家族 + 9 个完整 dsh-web-ui 皮肤复刻,合并在一个插件里,设置 → 通用下只占一个入口。
由原 dsh-theme-gallery、dsh-skin-gallery、dsh-skin-runtime 三个插件合并而来。已装旧插件的用户请先卸载,迁移命令见仓库根 README。升级不丢设置:storage 键完全沿用旧键。
安装
dsh plugin --profile web add "link:$PWD/packages/dsh-appearance-gallery"
Windows(PowerShell):
dsh plugin --profile web add "link:$PWD\packages\dsh-appearance-gallery"
装完重启 dsh web 并刷新页面。
功能
- 主题:15 个主题家族(翠玉、陶土、余烬、星夜、蔷薇雾、紫晶、琥珀旧梦、墨川、苔境、日蚀、天际、晴蓝、黑白界、粉霞、紫雾)。只选家族,浅色/深色/跟随系统仍归 DSH 自带的"外观"设置管。
- 皮肤:9 款完整界面复刻(QQ2008 怀旧版、Windows XP、Minecraft、初音未来、蓝色幻想、龙的传人、同花顺、交易终端、鲸吟),支持试穿与应用。
- 自定义主题:JSON 导入,只注入 CSS 变量,不执行任何 JS。
- 自定义皮肤:三文件受控导入(
skin.json/client.js/ 可选a11y.css),带高危能力黑名单、256KB 体积上限、最多 8 个。 - 软互斥:主题轨与皮肤轨经共享键
dsh-appearance-track-v1互斥,同一时刻至多一个轨激活外观。
契约细节、状态机与完整错误码表见仓库根 README。
结构与构建
src/ # 源码(apply 层 client.js + 两个面板工厂 + 状态机模块)
skins/ # 9 套皮肤资源(每套 skin.json / client.js / a11y.css)
lib/ # 构建产物,勿手工编辑
build.mjs # 唯一构建入口
node build.mjs # 生成 lib/client.js
node build.mjs --check # 只读校验:注册壳、体积上限、皮肤资源完整性
lib/client.js 不可手工编辑:DSH 要求 bundle 执行后自行调用 window.__ModuleLoader__.load(...) 注册自己,这层壳只存在于构建产物中,手工改动会在下次构建时丢失或破坏注册。--check 是只读检查,可直接进 CI。
性能说明
设置页与会话页滚动在本机实测为满帧(帧间隔 p95 ≈ 17ms)。皮肤资源做过三项治理:模糊滤镜从 55 处降到 10 处(单皮肤 ≤4)、4 张大图重编码为 WebP(815KB → 341KB)、移除 background-attachment: fixed。其中模糊滤镜是实测中唯一能显著拖慢滚动的因素;移除固定背景经对照采样确认无性能收益,仅作代码卫生保留。
许可证
MIT。皮肤复刻的著作权与许可归各自作者,详见 skins/NOTICE.md 与各皮肤目录内的 LICENSE。
Links
More in this category
Small-tailqwq/dsh-deep-whale#maid-atelier★ 1396
Whale-girl skin series for the DSH Web UI (maid-atelier).
d-dev0101/open-sea-skin★ 177
Realtime WebGPU ocean skin with quick controls for waves, daylight, glass opacity, and an automatic day cycle.
kingOfSoySauce/dsh-liang-skin★ 102
Adaptive reasoning slider skin that maps each model's available reasoning efforts onto a 0–30 visual intensity scale, with synchronized portraits, background, and interface colors.
GGBond2424648901/deep-whale-day-night-theme★ 88
Day/night whale-girl skin: a crystal workshop by day and a moon-tide observatory by night, with paired scenes, chibi companions, ornaments, and lightweight bubble and star ambience.
elysia395/dsh-wallpaper-engine★ 78
Wallpaper Engine backgrounds for the DSH web GUI: renders local Video and Web wallpapers behind the chat with an iOS-style liquid glass effect and adjustable blur, dim, border and glass sliders.
RevolutionLA/dsh-dream-skin★ 58
One-command skin plugin: 8 original themes, translucent wallpaper with opacity/blur, per-user accent, and shareable theme-pack import/export, favorites and surprise-me — purely native on DSH's token system.