Mby159/dsh-desktop-browser0

@deepseek-ai/dsh-desktop-browser

宿主插件:在无地址栏的浏览器窗口(--app 模式)中打开 dsh Web 界面

AI 分析

核心用途是提供无边框应用模式的 Web 界面。适合需要独立窗口体验、不希望受浏览器地址栏干扰的 DSH 用户。

套件
@deepseek-ai/dsh-desktop-browser
版本
0.1.1
授權
NOASSERTION
最近更新
2026年8月17日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Mby159/dsh-desktop-browser

Configuration (optional)

The plugin works with zero config. To customize, edit your profile's cordis.patch.yml:

- insert:
    - id: desktop-browser
      name: '@deepseek-ai/dsh-desktop-browser'
      inject: [webServer]
      config:
        width: 1400
        height: 900
        positionX: auto
        positionY: auto
        disableExtensions: true
        openDelayMs: 500
        minimize: false
FieldTypeDefaultDescription
urlstringautoOverride the URL to open
browserstringauto-detectExplicit browser path
widthnumber1400Window width in pixels
heightnumber900Window height in pixels
positionXnumber | 'auto''auto'Window X position
positionYnumber | 'auto''auto'Window Y position
disableExtensionsbooleantruePass --disable-extensions
openDelayMsnumber500Delay before opening after server start
minimizebooleanfalseStart browser minimized