DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Uiskin Theme — DeepSeek Harness 插件(DSH Plugin)
← Plugins
U

uiskin-theme

Uiskin Theme

Blue Glass Theme (ocean fantasy) for DeepSeek Harness Web — a static profile bundle. 海洋幻想主题:海洋背景、玻璃气泡、海洋侧边栏、鲸鱼设置按钮、炫彩模型文字。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:chouxiaohuai/dsh-uiskin-theme#a355a9b16ba692b7551ffac0a6a6a9fea1149e49
README兼容性版本
Blue Glass Theme 浅色模式预览 / light modeBlue Glass Theme 深色模式预览 / dark mode

兼容性与来源证明

Uiskin Theme 以 uiskin-theme 发布,当前版本为 1.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/15

版本

1.1.0stable
2026/9/15
1.0.0stable
2026/8/20

相关插件

正在加载相关插件…

最新版
1.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
UNLICENSED
发布源
github
GitHub
★ 23
周下载
0
最近提交
2026/9/15
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

uiskin-theme — Blue Glass Theme / 海洋幻想主题

uiskin-theme is a static plugin bundle (profile bundle) for DeepSeek Harness Web: a crisp ocean background, glass bubbles, an ocean-styled sidebar (with a gold-gradient「HARNESS」wordmark and a bottom cartoon character), a whale settings button, gradient model text, a one-click light/dark theme toggle on the conversation header, and a purple live thinking-time counter beside 深度求索中….

uiskin-theme 是 DeepSeek Harness Web 的静态插件包(profile bundle):清澈的海洋背景、玻璃气泡、海洋侧边栏(含金色渐变「HARNESS」字标与底部卡通角色)、鲸鱼设置按钮、渐变模型文字、会话头部一键切换明/暗主题按钮,以及「深度求索中…」旁边醒目的紫色实时思考秒数。

Unlike dynamic plugins (cordis_define defined at runtime, lost on restart), this package is installed into the profile as an npm package: it loads automatically on every start, survives restarts, and needs no manual approval.

与动态插件(cordis_define 现场定义、重启即丢)不同,本包以 npm 包形式装进 profile,每次启动自动加载,重启不丢,无需人工批准。

Blue Glass Theme 浅色模式预览 / light mode

Blue Glass Theme 深色模式预览 / dark mode

License / 许可证 This theme is an original work and is All Rights Reserved — it is NOT open source. Without written permission from the author, you may not copy, modify, redistribute, create derivative works, or use it commercially; it may only be installed as-is and used personally.

本主题为原创作品,保留所有权利(All Rights Reserved),非开源协议。 未经作者书面许可,不得复制、修改、再分发、二次创作或用于商业用途;仅允许按原样安装与个人使用。

Installation / 安装

You need Node.js and pnpm, plus a working dsh CLI (npx @deepseek-ai/dsh also works).

需要已安装 Node.js 与 pnpm,并已能运行 dsh CLI(npx @deepseek-ai/dsh 亦可)。

# Install from GitHub (replace USERNAME with your GitHub username)
# 从 GitHub 安装(把 USERNAME 换成你的 GitHub 用户名)
dsh plugin --profile web add github:USERNAME/dsh-uiskin-theme

# Or a specific branch / commit  /  或指定分支 / 提交
dsh plugin --profile web add github:USERNAME/dsh-uiskin-theme#main

After installing, restart dsh web (or it takes effect on the next start).

装完后重启 dsh web(或下次启动时)即自动生效。

What the install does: dsh plugin runs pnpm inside ~/.dsh/profiles/web/, sees the package's dsh.bundle.patch declaration, adds it to dsh.profile.bundles, and it is loaded by boot at startup.

安装做了什么:dsh plugin 会在 ~/.dsh/profiles/web/ 里执行 pnpm 安装,识别到包的 dsh.bundle.patch 声明后把它加入 dsh.profile.bundles,启动时由 boot 加载。

Uninstall / 卸载

dsh plugin --profile web remove uiskin-theme

Repo name vs package name / 仓库名与包名 The GitHub repository is dsh-uiskin-theme (previously uiskin-theme), while the installed package name is uiskin-theme (from the name field of package.json). So install with github:USERNAME/dsh-uiskin-theme and uninstall with remove uiskin-theme.

GitHub 仓库为 dsh-uiskin-theme(曾用名 uiskin-theme),而安装后的插件包名是 uiskin-theme(取自 package.json 的 name)。因此安装用 github:USERNAME/dsh-uiskin-theme,卸载用 remove uiskin-theme。

How it works / 工作原理

package.json        dsh.bundle.patch → cordis.patch.yml  (registers the boot row / 注册启动行)
                    dsh.client        → declares the browser half /plugins/uiskin-theme/client.js
                                          声明浏览器半 /plugins/uiskin-theme/client.js
cordis.patch.yml    - insert: [{ id: uiskin-theme, name: uiskin-theme }]
lib/index.js        Host half: no-op (the whole skin lives in the browser half)
                    Host 半:空实现(皮肤全在浏览器侧)
lib/client.js       Browser half: injects CSS + inlined data-URI assets + slot components
                    浏览器半:注入 CSS + 内联 data URI 素材 + 槽位组件
assets/             Source images (inlined as base64 at build time; no disk reads or
                    absolute paths at runtime)
                    原始图片(构建时内联为 base64,运行时不读磁盘、无绝对路径)

Local development / rebuild / 本地开发 / 重新构建

npm install        # only what the build script needs (this package has no runtime deps)
                   # 仅安装 scripts 运行所需(本包无运行时依赖)
npm run build      # inlines assets/ into data URIs, regenerating lib/client.js
                   # 把 assets/ 内联成 data URI,重新生成 lib/client.js

To restyle the theme, edit the CSS / components in scripts/client.template.js, or replace the images under assets/ and rebuild. Remember to commit lib/client.js along with the change — someone installing from git will not (and does not need to) run the build script.

修改皮肤请编辑 scripts/client.template.js 里的 CSS / 组件,或替换 assets/ 下的图片后重新构建。改完记得把 lib/client.js 一起提交——别人从 git 安装时不会(也不需要)执行构建脚本。

Notes / 注意事项

  • Assets are inlined as base64 into lib/client.js (~1.1 MB) and loaded once, suitable for small skin images. To shrink it, compress the images under assets/ first and rebuild.
    • 素材以 base64 内联在 lib/client.js(约 1.1 MB),加载一次即可,适合皮肤类小图片。若想更小,可先把 assets/ 里的图压缩再构建。
  • DSH is currently a 0.1.5-rc.1 pre-release; the plugin API (dsh.bundle / dsh.client / slots / theme services) and some client class names may change between releases. When upgrading DSH, a few theme elements (bubbles, sidebar) can briefly lose styling if their CSS class hashes change — this theme tracks those renames and adds the matching selectors. If you hit compatibility issues after upgrading DSH, watch this repo's updates.
    • DSH 目前是 0.1.5-rc.1 预发布版本,插件 API(dsh.bundle / dsh.client / slots / theme 服务)及部分客户端类名可能随版本变化。升级 DSH 后,个别主题元素(气泡、侧栏)可能因类名 hash 变化而暂时失去样式——本主题会跟踪这些改名并补充对应选择器;如升级后遇兼容问题,关注本仓库的更新。
  • This package only depends on @deepseek-ai/cordis (peer) and react (peer); no allowBuilds approval is needed to run its build scripts.
    • 本包只依赖 @deepseek-ai/cordis(peer)与 react(peer),无需 allowBuilds 放行构建脚本。

Other / 其他

  • Making this takes effort, and your support is what drives us. If you like it, please give it a star; for suggestions or bugs, contact shutiaochou@gmail.com.
    • 制作不易,您的支持才是我们开发的动力。如果喜欢,欢迎点一个 star;如需提建议或反馈 Bug,请联系 shutiaochou@gmail.com。

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rClient Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。