dshplugin.devDeepSeek Harness Plugins
DSH Navbar plugin logo
DeepSeek Harness Plugin

DSH Navbar

2
Published by vlln

DSH 插件:对话节点导航条(右缘节点串快速跳转 user 消息)。官方 bundle 插件,dsh plugin --profile web add 安装

UI & Designdshdsh-pluginpluginui

Get this plugin

Review the source, then continue to the publisher.

dsh plugin add @dsh-external/dsh-navbar@latest
Get this plugin
Share on X ↗
DSH Navbar interface preview

About this plugin

Source snapshot 8/13/2026

navbar

对话节点导航条:对话区右缘节点串快速跳转 user 消息,悬停预览、点击跳转

license

对话区右缘的等距节点串(每 user 消息一节点)——激活药丸跟随阅读位置、悬停预览卡(6 行截断)、点击平滑滚动 + 品牌蓝高亮环、超过 11 节点自动滑动窗口、平时隐形悬停浮现、少于 2 条 user 消息自动隐藏。实现 dsh-external/issues#144 规格。形态:官方 bundle 插件dsh.bundle + dshClient 通道,纯浏览器端,Node half 为空),0 patch。

效果

navbar 节点导航条(真实运行截图:右缘节点串 + active 高亮)

能力

功能说明
节点导航条对话区右缘纵向节点串,每 user 消息一个圆点节点
跟随阅读位置激活药丸(22px 品牌蓝胶囊)随当前阅读位置移动
悬停预览悬停节点显示消息预览卡(6 行截断,对齐官方 HoverCard 视觉)
点击跳转平滑滚动到对应消息 + 品牌蓝高亮环
滑动窗口>11 节点时只显示窗口内节点(避免溢出)
自动隐藏<2 条 user 消息或非对话页不显示

零数据通道依赖:只靠官方锚点属性(data-time-hover-root,0806 起 user 行)驱动,无轮询、无路由、无工具。

安装

推荐:git 源一行安装(构建产物已入库,git 源不触发构建):

dsh plugin --profile web add "github:vlln/dsh-navbar#main"

或本地目录(有源码时):git clonecd dsh-navbar && dsh plugin --profile web add .

装完 重启 web 生效;设置页「插件」面板可停用/启用。

使用

安装即用,无命令、无工具。对话页(Chat 视图)右缘出现节点条;悬停看预览、点击跳转。prefers-reduced-motion 下禁用动画。

开发

pnpm install
pnpm run build      # tsdown:client bundle (lib/client.js)
  • client:src/client/index.ts(自渲染 DOM + 官方锚点契约,无 React 依赖)
  • Node half:src/index.mjs(空 apply,bundle 挂载载体)

许可

BSD-3-Clause(DSH 生态示例插件)。