Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 7.16 KB

CHANGELOG.md

File metadata and controls

80 lines (56 loc) · 7.16 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.2.1 (2024-09-16)

1.2.0 (2024-09-14)

Features

  • 添加中间件限制 API 请求速率 (6139f02)

Bug Fixes

  • 本地不限制速率请求 (09bf4fc)
  • 接口报错后 ui 组件无法正常展示 (2520f08)

1.1.1 (2024-09-14)

Features

  • 优化 memory-mem 组件显示效果 (7660742)
  • 优化 network-stats 组件显示效果 (718caf0)

1.1.0 (2024-09-14)

Features

  • 添加适用于手机端的 viewport (780929d)
  • 完成 osinfo-time 组件样式响应式 (b30998f)
  • 页面响应式样式 (bd7d59f)
  • memory-mem 组件响应式样式 (a01db81)
  • network-stats 组件响应式样式 (66d74cc)

1.0.0 (2024-09-14)

Features

  • 安装 button 组件 (19f4e82)
  • 安装 card 组件 (a02bf3b)
  • 安装 dayjs 依赖 (85e9502)
  • 安装 dropdown-menu 组件 (7650dc6)
  • 安装 separator 组件 (eda1796)
  • 安装 shadcn/ui 的 progress 组件 (268a1ef)
  • 集成 shadcn/ui (821bfd4)
  • 集成代码格式化工具 (d3e9d08)
  • 添加 /api/osinfo/time 接口 (7ef2235)
  • 添加 systeminformation 依赖 (2c63bbf)
  • 添加格式化 bytes 为可读形式的库 (d50f7ff)
  • 添加和使用 dark mode 组件 (51d035c)
  • 添加黑暗模式切换按钮 (3913aaf)
  • 完成 cpu-current-load 的容器组件和展示组件 (69b91b8)
  • 完成 fs-size 的容器组件和展示组件 (b266c35)
  • 完成 memory-mem 的容器组件和展示组件 (cbbf1a9)
  • 完成 network-stats 的容器组件和展示组件 (ac8f611)
  • 完成 osinfo-time 的容器组件和展示组件 (797440f)
  • 新增 /api/memory/mem 接口 (3822fd7)
  • 新增 cpu 当前负载百分比查询 (1d36b61)
  • 引入 magic ui 的圆形进度条组件 (4f01aee)
  • 引入 swr (4b81878)
  • 圆形进度条直接添加百分比符号 (e436382)
  • 增加 /api/file-system/size 接口 (4a4edcb)
  • 增加 /api/network/stats 接口 (1740e56)
  • 增加页面加载前的 loading (2110427)
  • progress 组件新增指示器背景色 props (5aac2d6)

Bug Fixes

  • 百分比计算值出现精度问题,使用 toFixed 四舍五入丢弃小数位 (e5a497f)
  • 导出 CpuCurrentLoadResponse 类型 (9c087e3)
  • 实时上传和下载第一次值为 null (0e93f2b)
  • 使用 Math.round 代替 toFixed 以避免 TypeScript 类型错误 (a465cc9)
  • 添加可为空关键字 (fb8600e)
  • api 结果被静态处理 (51be175)