From 50d74916a684df2d081578e2751bae4f674d4bee Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Sat, 4 Apr 2026 21:58:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- public/js/chart.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 00f67ae..bd7bd0a 100644 --- a/public/index.html +++ b/public/index.html @@ -210,7 +210,7 @@
接收 (RX) 发送 (TX) - + 95计费 (P95)
diff --git a/public/js/chart.js b/public/js/chart.js index bed1c19..7ee2262 100644 --- a/public/js/chart.js +++ b/public/js/chart.js @@ -9,7 +9,7 @@ class AreaChart { this.data = { timestamps: [], rx: [], tx: [] }; this.animProgress = 0; this.animFrame = null; - this.showP95 = true; + this.showP95 = false; this.dpr = window.devicePixelRatio || 1; this.padding = { top: 20, right: 16, bottom: 32, left: 56 };