待機秒数調整

This commit is contained in:
harukin-OneMix4 2023-06-27 21:34:29 +09:00
parent 7f67fc6cc8
commit ce9dccc158

View File

@ -213,7 +213,7 @@ export default function Apps({
}, []);
if (returnDataBase.length) {
setStationBoardData(returnDataBase);
sleep(8, function () {
sleep(30, function () {
StationBoardAcSR.current?.show();
});
} else {