Skip to content

Lumina v1.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Apr 22:04

中文

更新内容

  • 首页右上角快捷按钮支持向右收起/展开,折叠状态会保存在当前浏览器中,刷新后保持上一次选择。
  • 重新设计详情页负载图表区,增加数据覆盖范围、采样数量提示、主题色图表卡片和更稳的移动端布局。
  • 优化负载图表长时间范围渲染,7 天和 30 天会覆盖完整时间窗口,不再只显示最后一段数据。
  • 修复负载图表横坐标显示:1 天范围使用更短的时间标签,避免坐标文字重叠;7 天和 30 天继续使用日期标签。
  • 修复 Chrome 浏览器下“跟随系统”外观同步不稳定的问题,同步更新 data-appearancecolor-scheme 和浏览器主题色。

验证

  • npm run lint
  • npm run build
  • npm run package

English

Changes

  • Added collapsible top-right floating controls. The collapsed state is persisted per browser and survives page refreshes.
  • Redesigned the instance load chart area with coverage metadata, sample count hints, themed chart cards, and improved mobile layout.
  • Improved long-range load chart rendering so 7-day and 30-day views cover the full selected time window instead of only the latest segment.
  • Fixed load chart axis labels: the 1-day range now uses shorter time labels to prevent overlap, while 7-day and 30-day ranges keep date labels.
  • Fixed unreliable "follow system" appearance sync in Chrome by updating data-appearance, color-scheme, and browser theme color together.

Verification

  • npm run lint
  • npm run build
  • npm run package