cjz-wr/dsh-tray
cjz-wr★ 1JavaScript最后同步: 2026-08-16
一个可以将桌面端 DSH 隐藏到系统托盘的小插件,避免误点「关闭」导致应用意外退出的风险。
README 摘要
dsh-tray English 中文 A small plugin that hides the desktop DSH into the system tray, avoiding the risk of the app being accidentally closed by clicking "Close". Note: This plugin only works with the desktop DSH. Installing it on the Web side will have no effect. Install Search this repository in the plugin settings interface and click install (requires the plugin marketplace to be installed), or from the CLI: is a placeholder — replace it with the profile you want to install into, e.g. dsh plugin --profile web add github:cjz-wr/dsh-tray . The official DeepSeek Harness does not ship this tray, so installing into the standard web profile works fine. The only conflict is with builds that already compose a tray row in-box (such as the repo this package was extracted from) — see the note below. A newly installed bundle layer composes on the next process boot. Build output is committed on purpose. Git installs pull the repository as it is — nothing runs your build script. lib/ is therefore committed so git/npm/tarball installs all work with zero build authorization; there is no prepare script. Rebuild locally with npm run build and commit the new lib/ whenever src/ changes. ⚠️ Conflict on…
在 GitHub 查看完整 README →