From 259939020f11f90cf736350731760db4fd2be628 Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Tue, 8 Apr 2025 09:55:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E7=89=99=E6=89=AB=E7=9E=84=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Bluetooth.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/Bluetooth.tsx b/src/pages/Bluetooth.tsx index fe830c9..2647854 100644 --- a/src/pages/Bluetooth.tsx +++ b/src/pages/Bluetooth.tsx @@ -38,6 +38,9 @@ export default function Bluetooth() { } }); }; + function scanning() { + return

扫瞄中

+ } return (
@@ -47,7 +50,7 @@ export default function Bluetooth() {

附近设备

- + {contextState.bleList.some((bl) => bl.linked) ? undefined : scanning()}
{contextState.bleList.map((ble) => (