Skip to content

Releases: AnakinCao/dsh-chat-width

Release list

v1.2.0

Choose a tag to compare

@AnakinCao AnakinCao released this 16 Aug 09:40

DSH Web GUI 主编辑区域自适应宽度插件。

功能

  • 对话区内容列自适应宽度:min(100%, clamp(900px, 72vw, 2560px)),左右面板折叠后随屏幕分辨率(1080p/2K/4K)自动变宽
  • 输入框下方的统计行(live-stats TPS 合并行)跟随内容列宽度(覆盖默认 620px 上限)
  • 历史用户消息气泡跟随内容列宽度(覆盖默认 525px 上限)

安装

\�ash
dsh plugin --profile web add https://github.com/AnakinCao/dsh-chat-width.git
\n或固定版本:dsh plugin --profile web add github:AnakinCao/dsh-chat-width#v1.2.0\n

兼容性

  • 需要 DSH 0.1.0-rc.6+(web profile 客户端插件系统)
  • 中英文文档见 README / README.zh.md

变更记录

  • v1.0.0 初始版本:内容列自适应宽度
  • v1.1.0 统计行跟随内容列宽度
  • v1.2.0 历史消息气泡跟随内容列宽度