词典不再大小写敏感
This commit is contained in:
@@ -59,7 +59,7 @@ local eggInput={
|
|||||||
cmd=goScene"app_cmd",
|
cmd=goScene"app_cmd",
|
||||||
}TABLE.reIndex(eggInput)
|
}TABLE.reIndex(eggInput)
|
||||||
local function search()
|
local function search()
|
||||||
local input=inputBox.value
|
local input=inputBox.value:lower()
|
||||||
if eggInput[input]then
|
if eggInput[input]then
|
||||||
eggInput[input]()
|
eggInput[input]()
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user