garrisonz/dsh-sidebar-width ↗★ 0
dsh-sidebar-width
Control the DeepSeek Harness Web UI left sidebar width (min/max/default) by patching the installed ui-layout client bundle at dsh web startup.
AI 분석
核心用途是允许用户自定义 DSH 左侧边栏的最小、最大及默认展开宽度。适合对默认侧边栏宽度不满意、需要调整界面布局空间的 Web 端用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:garrisonz/dsh-sidebar-widthConfig / 配置
| key | meaning / 含义 | default / 默认 |
|---|---|---|
min | lower drag bound, px / 拖动下限 | 180 |
max | upper drag bound, px / 拖动上限 | keep bundle value (420) |
defaultWidth | expanded default width, px / 展开默认宽度 | keep bundle value (280) |
path | absolute path of the layout client.js / 手动指定 bundle 路径 | auto-locate |
All keys optional. / 全部可选。