qing3a/dsh-tray

插件 ⭐ 0 MIT other

DeepSeek Harness Windows系统托盘插件(trayicon exe宿主,无原生编译)

catalog 简介:DeepSeek Harness Windows 系统托盘插件(trayicon exe 宿主,无 native 编译)

安装

# 生产安装(npm,agent 可直接执行)
pnpm dsh plugin --profile web add @qing3a/dsh-tray
pnpm dsh --profile web
# Windows 任务栏应出现 DSH 托盘图标

# 开发模式(需 Node >= 22 + pnpm)
git clone https://github.com/qing3a/dsh-tray.git
cd dsh-tray && pnpm install && pnpm build
cd <path-to-deepseek-harness>
pnpm dsh plugin --profile web add link:$(pwd)/dsh-tray

qing3a/dsh-tray 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。