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

AI 分析

核心用途是为 Windows 用户生成一键启动 DSH Web 服务的桌面快捷方式,并提供防多开保护。适合希望简化 DSH 启动步骤的 Windows 用户。

パッケージ
dsh-plugin-desktop-shortcut
バージョン
0.2.2
ライセンス
MIT
最終更新
2026/08/16

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

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