DXF1024/dsh-plugin-desktop-shortcut ↗★ 0
dsh-plugin-desktop-shortcut
DSH plugin: create a Windows desktop shortcut that launches `dsh web` with one double-click (cute DeepSeek whale-girl icon, duplicate-run guard, auto-open browser, /shortcut command).
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
All fields are optional.
| Key | Type | Default | Meaning |
|---|---|---|---|
dshDir | string | process.cwd() | dsh checkout directory (launcher is written here) |
port | number | 3080 | Web UI port (used for the duplicate guard and browser URL) |
desktopName | string | DSH Web | Shortcut file name (.lnk appended) |
autoInstall | boolean | true | Create the shortcut automatically on load |
launcherPath | string | /start-dsh-web.cmd | Full path of the launcher script |
desktopPath | string | /.lnk | Full path of the .lnk file |
iconPath | string | bundled whale-girl icon | Custom .ico path (empty = system default) |
openBrowser | boolean | true | Auto-open the browser after startup |
preventDuplicate | boolean | true | Don't start a second instance if already running |
browserDelaySec | number | 4 | Seconds to wait before opening the browser |
Example:
- insert:
- id: desktop-shortcut
name: 'dsh-plugin-desktop-shortcut'
config:
dshDir: 'C:\AAADXF\DSH\deepseek-harness-master'
port: 3080
desktopName: 'DSH Web'
iconPath: 'C:\path\to\my-icon.ico'
openBrowser: true
preventDuplicate: true
browserDelaySec: 4