ChengChe106/dsh-web-auto-open0

dsh-web-auto-open

dsh plugin: auto-open the default browser as soon as the dsh web GUI server is listening — one-step startup for `dsh web`

AI 분석

核心用途是简化 DSH 启动流程,在服务就绪后自动唤起浏览器。适合希望减少手动操作、提升启动体验的用户。

패키지
dsh-web-auto-open
버전
0.1.3
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ChengChe106/dsh-web-auto-open

可选配置

~/.dsh/profiles/web/cordis.patch.yml 里覆盖 web-open 行即可:

- id: web-open
  config:
    autoOpen: false   # 关闭自动打开
    delayMs: 1000     # 服务器就绪后再延时 1 秒打开浏览器