调整require的写法

This commit is contained in:
MrZ626
2021-03-10 00:50:08 +08:00
parent 1545cb2154
commit fc1f363a8b
11 changed files with 66 additions and 66 deletions

View File

@@ -20,7 +20,7 @@ local scrollPos--Scroll down length
local lastSearch--Last searched string
function scene.sceneInit()
dict=require("parts/language/dict_"..({"zh","zh","zh","en","en","en","en","en"})[SETTING.lang])
dict=require("parts.language.dict_"..({"zh","zh","zh","en","en","en","en","en"})[SETTING.lang])
inputBox:clear()
result={}