function main()rotateScreen(90);
x,y=findImageInRegion("/var/touchelf/a.bmp", 1071, 167, 1130, 226);
if x ~= -1 and y ~= -1 then
touchDown(0, x+5, y+5);
mSleep(500);
touchUp(0);else
notifyMessage("no");
end
end
出现了/var/touchelf/scripts/1.lua:31:<eof> expected near 'end'
还有我按音量键,弹出了触动精灵的东西,但我已删了触动精灵

x,y=findImageInRegion("/var/touchelf/a.bmp", 1071, 167, 1130, 226);
if x ~= -1 and y ~= -1 then
touchDown(0, x+5, y+5);
mSleep(500);
touchUp(0);else
notifyMessage("no");
end
end
出现了/var/touchelf/scripts/1.lua:31:<eof> expected near 'end'
还有我按音量键,弹出了触动精灵的东西,但我已删了触动精灵










