DXF1024/dsh-plugin-desktop-shortcut ↗★ 0
dsh-plugin-desktop-shortcut
DSH 插件:创建一个 Windows 桌面快捷方式,双击即可启动 `dsh web`(带有可爱的 DeepSeek 鲸鱼女孩图标、防重复运行保护、自动打开浏览器、/shortcut 命令)。
AI 分析
核心用途是为 Windows 用户生成一键启动 DSH Web 服务的桌面快捷方式,并提供防多开保护。适合希望简化 DSH 启动步骤的 Windows 用户。
安裝
此插件尚未提供可驗證的 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