From ce9dccc158a0da9b48419989ef8436cf845772ac Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Tue, 27 Jun 2023 21:34:29 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E6=A9=9F=E7=A7=92=E6=95=B0=E8=AA=BF?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps.js b/Apps.js index 2f7c99c..c76a5f1 100644 --- a/Apps.js +++ b/Apps.js @@ -213,7 +213,7 @@ export default function Apps({ }, []); if (returnDataBase.length) { setStationBoardData(returnDataBase); - sleep(8, function () { + sleep(30, function () { StationBoardAcSR.current?.show(); }); } else {