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) => (