dsh-launcher
Generate a one-click launcher (Start DSH.bat) that starts `dsh web` and opens the browser, with a desktop shortcut and icon.
AI Analysis
用于快速生成 DSH 一键启动脚本。适合希望简化 DSH 启动流程、通过桌面快捷方式快速访问的 Windows 用户。需要系统 PATH 中已安装 dsh,且支持 curl 和 PowerShell。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:KaiYuan0422/dsh-launcherREADME
Read the full README ↗三、两种使用方式
方式 A:直接用脚本(最简单)
只要电脑上装了 dsh,把 Start DSH.bat(以及它自带的图标)放到任意目录,双击即可。不需要装任何插件。
方式 B:作为 DSH 插件安装
这个仓库本身也是一个 DSH profile bundle,装进 profile 后:
- 启动时自动在工作区生成
Start DSH.bat; - 注册一个
create_dsh_shortcut工具,让 AI 也能随时(重新)生成脚本; - 注册
dsh-launcher设置命名空间,DSH 设置面板里会出现可编辑的配置卡片(见上文)。