From 43e2caa30ef40066a5bc223e999d2669e674ead9 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 2 Dec 2021 10:04:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=BF=9B=E5=85=A5=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E5=9C=BA=E6=99=AF=E6=97=B6=E6=9C=AC=E5=9C=B0=E6=B2=A1?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=87=E8=B4=A6=E6=88=B7=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=97=B6=E4=BC=9A=E5=BC=B9=E5=87=BA=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=AF=BB=E5=8F=96=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/login.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/login.lua b/parts/scenes/login.lua index bc253d16..ce802249 100644 --- a/parts/scenes/login.lua +++ b/parts/scenes/login.lua @@ -21,7 +21,7 @@ end local scene={} function scene.sceneInit() - local data=loadFile('conf/account') + local data=loadFile('conf/account','-canSkip') if data then savePW=true emailBox:setText(data[1])