词典不再大小写敏感

This commit is contained in:
MrZ626
2021-03-22 14:20:22 +08:00
parent 1b66ce9aa3
commit cf81177ed2

View File

@@ -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