7dgroup-ai/dsh-7d-tray-win

Desktop ⭐ 1 MIT other

DeepSeek Harness(dsh)的 `Windows 专属` 系统托盘插件。在 `dsh web` 运行期间,系统托盘会自动出现 DeepSeek 鲸鱼图标;服务停止后,托盘图标 3 秒内自动消失——托盘与服务同生命周期。同时自动维护一个静默桌面启动器 `DSH.lnk`,双击即可无窗口启动服务并打开浏览器。

Install

dsh-7d-tray-win/
├── assets/                         # assets shipped with the package
│   ├── DSH.ico                     # tray icon
│   ├── tray-agent.ps1              # tray agent script
│   ├── starter.ps1                 # dsh web startup chain script
│   ├── starter-launcher.cs         # silent desktop launcher source
│   └── make-shortcut.ps1           # desktop shortcut maintenance script
├── lib/                            # runtime entry
│   └── index.js                    # Cordis plugin: tray control logic
├── cordis.patch.yml                # composition patch layer
├── package.json
├── LICENSE
├── README.md
└── README.zh.md

Add 7dgroup-ai/dsh-7d-tray-win to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.