level 8
贴吧用户_Q8eUyRR
楼主
//快看点
launchApp("快看点");
//等待秒
sleep(1000);
while(true)
{
swipe(device.width/2,1600,device.width/2,100,500);
sleep(11000);
}
2020年11月01日 10点11分
1
launchApp("快看点");
//等待秒
sleep(1000);
while(true)
{
swipe(device.width/2,1600,device.width/2,100,500);
sleep(11000);
}