dshbase

插件目录 / Developer / dsh-windows-tray

dsh-windows-tray

未验证 GZMULDY

✓ 持续维护 基于 1 个官方 DSH 包

查看 GitHub ↗ ← 返回插件目录

1Stars
0Forks
0未关闭 issue
语言
2026-08-14最近推送
跨平台平台

功能简介

Developer 类别的 DeepSeek Harness 插件。

我们的评价
未验证 — 尚未实测

Developer 类别的 DeepSeek Harness 插件。 尚未验证——请自行安装测试。

「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。

你是插件作者? 想拿到「已验证」标签——提交你自己的验证证据(截图、日志或短视频),我们审核通过后即改为「已验证」。

提交验证证据 ↗

README

@gzmuldyxx/dsh-windows-tray

DeepSeek Harness 的 Windows 系统托盘鲸鱼控制器。在系统通知区域放一个托盘的鲸鱼图标,常驻后台,提供 启动 / 停止 / 重启 / 打开界面 / 退出 操作。

A system-tray whale controller for DeepSeek Harness on Windows. Adds a resident tray icon with Open / Start / Stop / Restart / Exit controls for the dsh web service.

功能 Features

  • 🐳 系统托盘鲸鱼图标,后台常驻
  • 🖱️ 左键单击:启动服务 + 打开 Web 界面
  • 📋 右键菜单:
    • 打开界面 Open — 启动并打开浏览器
    • 启动服务 Start — 后台拉起 dsh web(未运行才启动)
    • 停止服务 Stop — 终止 DSH 服务进程(按端口 3080 定位)
    • 重启服务 Restart — 停止后再拉起
    • 退出托盘 Exit — 移除托盘图标
  • 🔒 单实例保护:重复双击 / 重复安装不会叠加出多个托盘图标
  • 托盘悬浮显示当前 运行中 / 已停止 状态

安装 Install

要求:Windows + 已安装的 DeepSeek Harness(dsh)。

# 从 npm 安装到你的 web profile 并激活(bundle 会自动加入配置层)
dsh plugin --profile web add @gzmuldyxx/dsh-windows-tray

安装后重启 dsh web,托盘图标会自动出现在系统通知区域。

配置(可选)

插件激活时会自动启动托盘。可用环境变量覆盖默认行为:

环境变量 默认值 说明
DSH_WEB_URL http://127.0.0.1:3080 托盘打开的 Web 地址
DSH_NODE_EXE process.execPath Node 可执行文件路径
DSH_RUNNER_ARG 当前 runner 参数 启动时的 entry 参数
DSH_CHECKOUT process.cwd() 源码 checkout 目录(若非源码运行请设置)
DSH_TRAY_NOOPEN (空) 设置为任意值:启动托盘时不自动打开浏览器

开发 / 构建

npm run build   # 确保 PS1 带 UTF-8 BOM、校验 JS 语法
npm run check   # node --check

从源码本地安装(未发布 npm 时)

# 在本仓库目录内
dsh plugin --profile web add .

发布到 npm(维护者)

npm login                          # 需先登录官方 npm(当前 registry 记得切回 https://registry.npmjs.org/)
npm version patch                   # 或 manual
npm publish --access public

推送到 GitHub:

git init && git add -A
git commit -m "feat: windows tray controller bundle"
git remote add origin https://github.com/<你>/dsh-windows-tray.git
git push -u origin main

发布后,若需被社区插件市场收录,在仓库 / README 加上 dsh-plugin 话题即可。

许可 License

MIT

安装

🧩 让 Agent 自动装(推荐)

装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:

dsh plugin add dshbase-catalog

然后对 agent 说「帮我装 dsh-windows-tray」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包

该插件是 GitHub 源码(未发 npm)——直接从仓库装:

Web profile:

dsh plugin --profile web add github:GZMULDY/dsh-windows-tray

Headless(CLI)profile:

dsh plugin --profile headless add github:GZMULDY/dsh-windows-tray

实测报告

尚未 L3 验证——若已跑过,见下方失败备注。

状态:pending · 最近测试 2026-08-27
备注:验证: runtime-fail 浏览全部待验证失败 →
安全:尚未扫描——我们的每日静态扫描将很快覆盖它。

分享徽章

Developer 里更多

浏览全部 7795 个插件 →