DeepSeek Harness plugin

dsh-qq2006

QQ2006 skin plugin for DSH (DeepSeek Harness): registers the 'qq2006' theme (coral-blue --dsw-alias-* token overrides), mirrors the active theme onto body[data-ds-skin], and ships the global

Jump to install

Source facts

Repository
LaplaceYoung/dsh-qq2006
Latest update
Aug 15, 2026
Category
UI Enhancements
GitHub stars
21
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/LaplaceYoung/dsh-qq2006
Plugin: dsh-qq2006
Author: LaplaceYoung

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-qq2006

把 DeepSeek Harness 的 WebUI 一键变回 2006 年的 QQ 客户端。

QQ2006 皮肤插件:注册珊瑚蓝主题、镜像 body[data-ds-skin]、全局皮肤表 + 完整组件级补丁,从登录窗到聊天窗口全链路还原 2006 年的那个蓝色小企鹅。可切换、可持久化、默认皮肤零污染。

<p align="center"> <img src="assets/screenshots/qq2006-window-view.webp" alt="QQ2006 聊天窗口" width="72%" /> <br/> <em>聊天窗口:好友信息条 + 原版九宫格标题带 + 列表式消息 + QQ 秀右侧栏</em> </p>

<p align="center"> <a href="https://github.com/LaplaceYoung/dsh-qq2006/stargazers"><img src="https://img.shields.io/github/stars/LaplaceYoung/dsh-qq2006?style=flat-square" alt="stars" /></a> <a href="https://github.com/LaplaceYoung/dsh-qq2006/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue?style=flat-square" alt="license" /></a> <img src="https://img.shields.io/badge/DSH-DeepSeek%20Harness-4d6bfe?style=flat-square" alt="DSH" /> <img src="https://img.shields.io/badge/type-skin-orange?style=flat-square" alt="skin" />

<a href="https://github.com/LaplaceYoung/dsh-qq2006/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen?style=flat-square" alt="PRs" /></a> </p>

> ⚠️ 素材来自 mengkunsoft/QQ2006,为腾讯原版素材,仅供学习交流、请勿商用(出处见 assets/qq2006/README.txt)。

✨ 特性

  • 可切换皮肤:注册为 DSH 外观行第 4 个主题(QQ2006 皮肤),偏好持久化,刷新/重启保持;随时切回默认皮肤,零污染契约(所有补丁锚定 body[data-ds-skin='qq2006']
  • QQ2006 登录窗:九宫格窗口框、三态按钮、记住密码/自动登录联动、连接中动态点动画
  • 主面板:用户头部(50×50 蓝描边头像 + 6 个 mini 钮)、面板栏 10 钮(27×37 原版底条格)、分组/好友行(原版行高与 hover)、右键菜单
  • 聊天窗口:标题栏 4 钮(含 65×24 原版"菜单"文字钮)、大工具栏 12 钮、小工具栏 8 钮(全部原版素材、原生尺寸)
  • 原版消息形式:列表式消息(自己绿色昵称 / 对方深蓝紫昵称 + HH:MM:SS 时间 + 黑色正文),宋体渲染
  • QQ 秀右侧栏:对方形象 / 个人空间(真实会话统计)/ 我的形象,默认展开
  • 换肤 4 预设:经典蓝 / 粉红 / 薄荷绿 / 紫罗兰,窗口内实时切换
  • 真实交互:Alt+S 发送、右键复制、hover 操作行(复制/引用/转发)、提示音、QQ 黄色反馈 tip

<p align="center"> <img src="assets/screenshots/qq2006-window-chrome.webp" alt="标题带与大工具栏" width="48%" /> <img src="assets/screenshots/qq2006-message-flow.webp" alt="消息流" width="48%" /> </p>

🚀 快速开始

方式一:npm 发行版(dsh plugin 安装)

仓库已包含预构建产物(lib/),发行版用户可直接从 GitHub 安装:

dsh plugin --profile web add https://github.com/LaplaceYoung/dsh-qq2006

启用后获得:qq2006 主题注册(全 UI 珊瑚蓝 token 换肤)+ 全局皮肤表(复古字体、滚动条、九宫格工具类、.qq-btn 三态钮)。

> 能力边界:组件级皮肤(登录窗、面板栏、聊天窗 chrome、列表式消息、QQ 秀右栏)改的是宿主 UI 包的源码,npm 发行版是预构建产物,无法通过插件机制注入。这些效果需要方式二。

方式二:源码 monorepo(完整效果)

完整皮肤实现位于 fork 的 skin/qq2006 分支:

git clone https://github.com/LaplaceYoung/deepseek-harness.git
cd deepseek-harness
git checkout skin/qq2006
pnpm install
pnpm run build
node --import tsx/esm apps/cli/src/bin.ts web

打开 http://127.0.0.1:3080 → 设置 → 外观 → QQ2006 皮肤

已有 DSH 源码 checkout 的用户,也可以直接应用补丁文件:git apply patches/qq2006-skin.patch(基于上游 deepseek-ai/deepseek-harness master)。

能力npm 发行版(方式一)源码 monorepo(方式二)
qq2006 主题 + 珊瑚蓝 token 换肤
全局皮肤表(字体/滚动条/九宫格类)
登录窗 / 主面板 / 聊天窗 chrome
原版列表式消息 / QQ 秀右栏 / 消息操作
素材(按钮图标/头像/提示音)

后续计划:待 DSH 官方提供客户端插件的静态资源与 UI 槽位机制后,把组件级皮肤完整迁入插件包,使发行版获得全部效果。

📦 仓库结构

dsh-qq2006/
├── lib/                  # 预构建产物(发行版 dsh plugin 可直接安装)
├── patches/               # 源码 monorepo 集成补丁(git apply)
├── src/
│   ├── index.ts            # 插件入口
│   ├── invariant.ts        # 包内不变量
│   ├── client/index.ts     # 主题注册 + body[data-ds-skin] 镜像 + QQ2006_TOKENS
│   └── styles/qq2006.css   # 全局皮肤表(字体/滚动条/九宫格/三态钮)
├── assets/
│   ├── qq2006/             # 完整素材(img 366 + sound 8 + 版权说明)
│   └── screenshots/        # 效果截图
├── docs/qq2006-skin.md     # 总文档:架构/按钮映射/实现清单/验证记录
├── README.package.md       # 皮肤契约(机制/补丁规则/素材)
└── LICENSE                 # MIT

🛠 开发

组件级补丁规则(见 [README.package.md](README.package.md)):皮肤段只追加在组件自己的 .module.css 尾部,全部以 body[data-ds-skin='qq2006'] 为祖先作用域;素材用原生尺寸;默认皮肤零回归由测试锁定。

pnpm --filter @deepseek-ai/dsh-client-ui-conversation bundle   # 单包重建
pnpm --filter @deepseek-ai/dsh-web-frontend build              # 前端重建
pnpm vitest run packages/client/ui-conversation                # 皮肤相关测试

🤝 贡献

欢迎 PR。改前先读 [docs/qq2006-skin.md](docs/qq2006-skin.md) 的映射清单与 [README.package.md](README.package.md) 的文件所有权约定;所有视觉改动必须在皮肤作用域内生效。

📄 许可

  • 插件代码:[MIT](LICENSE)
  • QQ2006 素材:腾讯原版,仅供学习交流,请勿商用(assets/qq2006/README.txt

🙏 致谢