返回目錄

dsh-kimino-theme

編輯精選維護狀態: 活躍

niiang/dsh-kimino-theme

《你的名字。》主題:玻璃擬態風格的 DSH Web 介面

前往 GitHub
$ dsh plugin --profile web add dsh-kimino-theme

36

星數

0

Fork

JavaScript

語言

MIT

授權條款

2026-08-16

建立於

2026-09-19

最近推送

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 可提供)。

安裝步驟

  1. 01

    $ dsh plugin --profile web add dsh-kimino-theme

  2. 02

    $ dsh web # 重启 DSH 生效

驗證整合成功

  • 壁纸出现、侧边栏 Logo 变化,即安装成功。

復原

  • dsh plugin --profile web remove dsh-kimino-theme
  • dsh web # 重启后页面完全还原

03DSH 整合程度與能力邊界

DSH 整合原生執行環境

通过官方 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 routesmovie-wallpaper backdrop plus sidebar (expanded/collapsed) and home hero logo swap

  • Redesigned input card & placeholder

    DSH input-card DOMnavy-glass capsule input card with locale-aware placeholder text

  • Unified scrollbar & gradient mask

    global scroll containers and the message columnblue-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 大版本升级后可能需要跟随更新(见常见问题)。
  • 主题强制深色玻璃视觉,亮色模式不做单独适配(见常见问题)。
2026-08-162026-09-06作者未說明

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`,頁面完全復原。

08資料與來源

  • 作者聲明github.com67675cee3c81…

    它是一个标准的 dsh 插件包:一条 `dsh plugin` 命令装进 profile,随 DSH 启动常驻,不修改任何 DSH 源码;卸载后页面完全还原。

  • 作者聲明github.com67675cee3c81…

    主题通过官方 `theme.overrideTokens` API 叠加一层约 60 项的 design token 覆盖

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-09-06。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。