From 9141b9b71cdadcdd5161750033e9a6e7672fdde0 Mon Sep 17 00:00:00 2001 From: xintaofei Date: Thu, 26 Mar 2026 23:07:49 +0800 Subject: [PATCH] =?UTF-8?q?Web=E6=9C=8D=E5=8A=A1=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=87=8C=E7=9A=84=E8=AE=BF=E9=97=AE=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E3=80=81=E8=AE=BF=E9=97=AEToken=E5=8F=B3=E8=BE=B9?= =?UTF-8?q?=E7=9A=84=E6=8C=89=E9=92=AE=E6=94=B9=E4=B8=BA=E4=B8=80=E7=9B=B4?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=EF=BC=8C=E4=B8=8D=E9=9C=80=E8=A6=81=E6=82=AC?= =?UTF-8?q?=E5=81=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../settings/web-service-settings.tsx | 27 +++---------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/src/components/settings/web-service-settings.tsx b/src/components/settings/web-service-settings.tsx index 80fb2da..7364e6f 100644 --- a/src/components/settings/web-service-settings.tsx +++ b/src/components/settings/web-service-settings.tsx @@ -11,24 +11,14 @@ import { import { openUrl } from "@/lib/platform" function AddressCard({ label, value }: { label: string; value: string }) { - const [hovered, setHovered] = useState(false) - return (
{label}
-
setHovered(true)} - onMouseLeave={() => setHovered(false)} - > +
{value} -
+