From 9e158b88e5edd0e2bf779f95b05555e36fa33c7d Mon Sep 17 00:00:00 2001 From: cles <208023732@qq.com> Date: Fri, 5 Sep 2025 15:47:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0AutoUpdater=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=B1=85=E4=B8=AD=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=EF=BC=9B=E8=B0=83=E6=95=B4DeflectionCollection?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E5=BC=A0=E5=8A=9B=E8=AE=BE=E7=BD=AE=E4=B8=BA?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/components/AutoUpdater/AutoUpdater.jsx | 1 + .../components/DeflectionCollection/DeflectionCollection.jsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/renderer/src/components/AutoUpdater/AutoUpdater.jsx b/src/renderer/src/components/AutoUpdater/AutoUpdater.jsx index 376437b..4e93a1e 100644 --- a/src/renderer/src/components/AutoUpdater/AutoUpdater.jsx +++ b/src/renderer/src/components/AutoUpdater/AutoUpdater.jsx @@ -123,6 +123,7 @@ function AutoUpdater() { footer={null} width={480} maskClosable={false} + centered={true} >
{updateInfo && ( diff --git a/src/renderer/src/components/DeflectionCollection/DeflectionCollection.jsx b/src/renderer/src/components/DeflectionCollection/DeflectionCollection.jsx index 17caeb2..9cb1c36 100644 --- a/src/renderer/src/components/DeflectionCollection/DeflectionCollection.jsx +++ b/src/renderer/src/components/DeflectionCollection/DeflectionCollection.jsx @@ -104,7 +104,7 @@ function DeflectionCollection() { }), borderColor: sensor.color, backgroundColor: sensor.color.replace('1)', '0.2)'), - tension: 0.3, + tension: 0, pointRadius: 3, pointHoverRadius: 5 })) @@ -121,7 +121,7 @@ function DeflectionCollection() { }), borderColor: sensor.color, backgroundColor: sensor.color.replace('1)', '0.2)'), - tension: 0.3, + tension: 0, pointRadius: 3, pointHoverRadius: 5 }))