kongdexu/dsh-nav-pointer
kongdexu★ 1JavaScript最后同步: 2026-08-19
—
README 摘要
dsh-nav-pointer DSH (DeepSeek Harness) Web 客户端插件:在聊天界面左侧添加一条消息指针导轨,每条用户消息对应一个短横条标记,点击可快速跳转到对应消息位置,鼠标悬停显示消息预览气泡。 A DSH Web client plugin that adds a vertical message pointer rail to the left of the chat area. Each user message gets a clickable dash marker that scrolls to that message; hover shows a preview bubble. 功能 Features - 📍 消息指针导轨 :聊天区域左侧垂直排列的短横条,每个用户消息对应一个 - 🎯 点击跳转 :点击横条平滑滚动到对应的用户消息 - 🔵 当前位置高亮 :当前视口所在消息的横条自动高亮为蓝色 - 💬 悬停预览气泡 :鼠标悬停横条弹出消息预览气泡(毛玻璃背景、箭头指向、圆角) - 📐 实时位置跟随 :侧栏开合、窗口缩放、滚动时导轨位置逐帧跟随 - 🌓 深浅模式自适应 :所有颜色使用 DSH 主题 token,自动适配深色/浅色主题 安装 Install 通过 dshmarket(推荐) 在市场里搜索 dsh-nav-pointer 一键安装。与其他插件一致,多数情况刷新页面即生效。 命令行安装(官方插件管理) 该命令会安装到 /.dsh/profiles/web ,并因为本包声明了 dsh.bundle.patch ,自动把 dsh-nav-pointer 追加进 dsh.profile.bundles 。重启 dsh web 生效。 若 pnpm ≥11 报 minimumReleaseAge (安全等待期),是 新发布的包 触发的策略,可一次性放行: 开发模式(本地 link) 用 --config.minimumReleaseAge=0 同理。 文件结构 Layout 实现说明 Implementation - 挂载槽位: shell.overlay (frame-wide 浮层, list 槽位,不替换任何内置 UI) - 滚动容器: [data-conversation-scroll] (DSH 对话区域公开约定的稳定属性) - 用户消息行: [data-chat-flow-kind="user"] - 定位: requestAnimationFrame 循环每帧读取 getBoundingClientRect() ,签名变化时重算位置 - 事件: MutationObserver 监听消息列表变化,scroll 事件(capture 阶段)更新气泡位置 验证 Verify 无浏览器即可跑加载契约…
在 GitHub 查看完整 README →分类
DeepSeek Harness: Everything is a Plugin.
★ 183,476
amruthpillai/reactive-resumeA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
★ 41,499
anywhere-labs/deepseek-harness-desktop为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。
★ 18,022