From 8b64b9f7d751d408a99aba98915048852a388f1e Mon Sep 17 00:00:00 2001 From: imlonghao Date: Sun, 23 Jan 2022 16:52:43 +0800 Subject: [PATCH] fix(html): remove the useless word in memory field --- CHANGELOG.md | 1 + html/logs.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d73dcc3..b56f605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Remove the quote tag from more href +- Remove the word `率` in memory field ## [0.2.1] - 2022-01-23 diff --git a/html/logs.html b/html/logs.html index 6281ce7..6c581c9 100644 --- a/html/logs.html +++ b/html/logs.html @@ -77,7 +77,7 @@ }, { targets: 6, - title: "内存使用率(GiB)", + title: "内存使用(GiB)", data: "memory" }, {