调整上个commit的相关内容

This commit is contained in:
MrZ_26
2023-11-17 15:11:13 +08:00
parent 1cd62bb163
commit 7070e620c8
15 changed files with 36 additions and 42 deletions

View File

@@ -237,11 +237,11 @@ function scene.keyDown(key)
end
str=str:sub(p+1)
end
local success,F, flagBoardLineLimit=DATA.pasteBoard(str)
local success,F,hitHeightLimit=DATA.pasteBoard(str)
if success then
FIELD[page]=F
if flagBoardLineLimit then
MES.new('warn', text.customDataSingleBoardLineLimit)
if hitHeightLimit then
MES.new('warn',text.tooHighField)
end
MES.new('check',text.importSuccess)
else