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 個值得優先安裝的外掛,涵蓋各個分類。
