From cf81177ed217d087569120f26a76f43dfc47e099 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 22 Mar 2021 14:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=8D=E5=85=B8=E4=B8=8D=E5=86=8D=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E5=86=99=E6=95=8F=E6=84=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/dict.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/dict.lua b/parts/scenes/dict.lua index 4e64f43e..38ab49db 100644 --- a/parts/scenes/dict.lua +++ b/parts/scenes/dict.lua @@ -59,7 +59,7 @@ local eggInput={ cmd=goScene"app_cmd", }TABLE.reIndex(eggInput) local function search() - local input=inputBox.value + local input=inputBox.value:lower() if eggInput[input]then eggInput[input]() else