From cc5673c7233f48651d873261c07949a7709c7fc0 Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 15:19:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20HiChart=20DPR=E4=B8=8A=E9=99=90=202?= =?UTF-8?q?=E2=86=924?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/sentinel/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sentinel/dashboard.html b/plugins/sentinel/dashboard.html index 8d4f573..9828821 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -151,7 +151,7 @@ this.data = new Array(60).fill(0); this.data2 = color2 ? new Array(60).fill(0) : null; this.maxVal = 100; - this._dpr = Math.min(window.devicePixelRatio || 1, 2); + this._dpr = Math.min(window.devicePixelRatio || 1, 4); this._resize(); var self = this; window.addEventListener('resize', function(){ self._resize(); });