trees163/dsh-customizations--packages-dsh-client-ui-comfort0

dsh-client-ui-comfort

Comfort layer for the DSH Web UI: gentler phase/composer transitions, fused composer+stats card, auto-collapsed tool cards. Every rule is gated on <html data-dsh-comfort>; the in-UI pill toggles that attribute, so off == the stock UI exactly.

AI Analysis

核心用途是优化 Web 界面的交互细节与动效。适合希望减少界面视觉干扰、让输入框和工具卡片展示更紧凑舒适的用户。

Package
dsh-client-ui-comfort
Version
0.1.0
License
MIT
Last updated
Aug 18, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:trees163/dsh-customizations#90575cd475e5cc4da48dc16e82e3e46c16743b7a&path:packages/dsh-client-ui-comfort

dsh-client-ui-comfort

Comfort layer for the DSH Web UI — 舒适层(常开):

  • phase/输入区过渡动效(opacity-only,不打断 fixed 后代)
  • 输入卡与统计行融合成一张卡
  • 统计行悬停气泡修复(pointer-events:none)
  • 工具卡流式自动收起(MutationObserver,复用官方 disclosure 点击)

所有效果挂在 ;彻底停用 = 删掉 profile 补丁层里 ui-comfort 的 insert 并重启 dsh web。

安装

powershell dsh plugin --profile web add dsh-client-ui-comfort

零依赖(inject: [])。MIT。