From 81debd3b5521952145d9e84070ec782b893dab02 Mon Sep 17 00:00:00 2001 From: HenryDu8133 <813367384@qq.com> Date: Sun, 28 Jun 2026 13:30:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A1=A5=E9=92=9E=E6=9C=BA):=20=E5=BB=B6?= =?UTF-8?q?=E9=95=BF=E9=94=99=E8=AF=AF=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=81=9C?= =?UTF-8?q?=E7=95=99=E6=97=B6=E9=95=BF=E8=87=B38=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原2秒的停留时间过短,用户无法及时看清错误提示内容 --- refillmachine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refillmachine.lua b/refillmachine.lua index a01d0b9..2588be7 100644 --- a/refillmachine.lua +++ b/refillmachine.lua @@ -550,7 +550,7 @@ local function refillLoop() local errMessage = okCall and tostring(newBalance or "refill_failed") or "refill_call_failed" drawErrorPage(errMessage) - sleep(2) + sleep(8) state.page = "home" return end