DXF1024/dsh-plugin-desktop-shortcut0

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).

包名
dsh-plugin-desktop-shortcut
版本
0.2.2
许可证
MIT
最近更新
2026年8月16日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

Configuration

All fields are optional.

KeyTypeDefaultMeaning
dshDirstringprocess.cwd()dsh checkout directory (launcher is written here)
portnumber3080Web UI port (used for the duplicate guard and browser URL)
desktopNamestringDSH WebShortcut file name (.lnk appended)
autoInstallbooleantrueCreate the shortcut automatically on load
launcherPathstring/start-dsh-web.cmdFull path of the launcher script
desktopPathstring/.lnkFull path of the .lnk file
iconPathstringbundled whale-girl iconCustom .ico path (empty = system default)
openBrowserbooleantrueAuto-open the browser after startup
preventDuplicatebooleantrueDon't start a second instance if already running
browserDelaySecnumber4Seconds 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