MIT 协议的 DSH Web GUI 主题,把界面换成新海诚《你的名字。》的模样:电影壁纸、彗星蓝毛玻璃、Logo 替换、重绘输入卡、统一滚动条,经由官方 theme.overrideTokens API 实现,一条命令可还原。
DSH 适配
原生运行时
作者声明
安全审计
未审计
最后核验
2026-09-06
许可证
MIT
01它能帮你完成什么?
Reskin the DeepSeek Harness Web GUI as Makoto Shinkai's Kimi no Na wa (Your Name)
A movie-wallpaper backdrop, translucent comet-blue glassmorphism over every surface, a film-logo sidebar and home-title swap, and a navy-glass input card with themed placeholders
DeepSeek Harness users who want a cinematic, Your Name–themed Web GUI skin without touching DSH source
Install and revert the theme with a single dsh command
A standard dsh plugin bundle loaded into the profile at DSH startup; fully reversible with no source changes
DSH operators who need a persistent but easily removable visual customization
02如何接入 DeepSeek Harness?
前置条件
- 已安装 DeepSeek Harness,`dsh web` 可正常启动;
- 机器上有 pnpm(`dsh plugin` 内部使用;Node.js 自带的 corepack 可提供)。
安装步骤
- 01
$ dsh plugin --profile web add dsh-kimino-theme
- 02
$ dsh web # 重启 DSH 生效
验证接入成功
- 壁纸出现、侧边栏 Logo 变化,即安装成功。
回滚
- dsh plugin --profile web remove dsh-kimino-theme
- dsh web # 重启后页面完全还原
03DSH 适配与能力边界
通过官方 theme.overrideTokens API 叠加约 60 项 design token 覆盖,并以一条 dsh plugin 命令装进 profile,不修改 DSH 源码、卸载即还原。
Comet-blue glassmorphism (theme.overrideTokens)
official theme.overrideTokens API surface→≈60 design-token overrides: transparent backgrounds, low-saturation blue borders, comet-blue interactive states
Wallpaper & logo replacement
bundled assets/current.jpg and logo SVGs served via plugin routes→movie-wallpaper backdrop plus sidebar (expanded/collapsed) and home hero logo swap
Redesigned input card & placeholder
DSH input-card DOM→navy-glass capsule input card with locale-aware placeholder text
Unified scrollbar & gradient mask
global scroll containers and the message column→blue-purple glass scrollbar plus a 40px fade-out mask at the message-column bottom
04适合谁?何时不该用?
适合
- DeepSeek Harness users who want a cinematic, Your Name–themed Web GUI skin without touching DSH source
- DSH operators who need a persistent but easily removable visual customization
不适合
- 主题的毛玻璃、滚动条与渐变蒙版按 Chromium 内核(Edge / Chrome)打磨,Firefox 下部分显示效果不兼容,推荐使用 Edge 或 Chrome。
- 消息滚动重构、侧边栏 Logo 替换、输入卡高亮等处的选择器依赖 DSH 前端构建期哈希类名,DSH 大版本升级后可能需要跟随更新(见常见问题)。
05兼容性、维护与安全提示
- 主题的毛玻璃、滚动条与渐变蒙版按 Chromium 内核(Edge / Chrome)打磨,Firefox 下部分显示效果不兼容,推荐使用 Edge 或 Chrome。
- 消息滚动重构、侧边栏 Logo 替换、输入卡高亮等处的选择器依赖 DSH 前端构建期哈希类名,DSH 大版本升级后可能需要跟随更新(见常见问题)。
- 主题强制深色玻璃视觉,亮色模式不做单独适配(见常见问题)。
MIT · 标准 dsh 插件包,未发布 release tag,未做安全审计
06常见问题
怎么安装 dsh-kimino-theme?
运行 `dsh plugin --profile web add dsh-kimino-theme`,再执行 `dsh web` 重启 DSH。壁纸出现、侧边栏 Logo 变化即安装成功;安装后随 DSH 启动常驻,无需每次重装。
它会修改 DeepSeek Harness 的源码吗?
不会。它是标准的 dsh 插件包,通过 `dsh plugin add` 装进 profile;所有副作用(token 层、样式标签、事件监听、DOM 属性、路由)都注册在插件 fiber 上,禁用 / 卸载即完全还原。
支持哪些浏览器?
毛玻璃、滚动条与渐变蒙版按 Chromium 内核(Edge / Chrome)打磨,Firefox 下部分显示效果不兼容,推荐使用 Edge 或 Chrome。
怎么换壁纸 / Logo,或卸载?
本地克隆后替换 `assets/current.jpg`(壁纸)或 `assets/logo/` 下的两个 SVG,再强刷浏览器。卸载运行 `dsh plugin --profile web remove dsh-kimino-theme` 并重启 `dsh web`,页面完全还原。
07相关的 DSH 工作流
dsh-web
作者 zhu1090093659
DeepSeek Harness (DSH) Web 插件聚合生态 · 万物皆插件,通过创意工坊分发||DeepSeek Harness (DSH) Web Plugin Aggregation Ecosystem · Everything is a plugin, distributed via the Creative Workshop
petdex
作者 crafter-station
面向 Codex、Claude Code、DeepSeek Harness 等智能体的动效宠物公共图库。
j-space-cognition-suite
作者 tiger3807861189
面向深度推理、长程工作、验证与恢复的模型无关推理时控制工具集,借助全局工作空间思路增强智能体工作流。
deepseek-balance-whale-widget
作者 meteornox
DeepSeek Harness(DSH)一只住在 DSH 界面右下角的小鲸鱼娘,帮你盯着DeepSeek账户余额。QQ弹弹,支持拖拽吸附、左吸附翻转、数字滚动动画,随界面自动启用,建议直接喊来你的dsh安装
08数据与来源
它是一个标准的 dsh 插件包:一条 `dsh plugin` 命令装进 profile,随 DSH 启动常驻,不修改任何 DSH 源码;卸载后页面完全还原。
主题通过官方 `theme.overrideTokens` API 叠加一层约 60 项的 design token 覆盖
页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-09-06。发现错误?提交更正。
最佳 DeepSeek Harness 插件
从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。
