代码拉取完成,页面将自动刷新
import os
import time
import threading
def run(): # 定义方法
chufapingmu = "adb shell input tap 500 500"
os.system(chufapingmu)
runShouHua()
runZhongHua()
timer=threading.Timer(650,run) # 每秒运行
timer.start() # 执行方法
def zidongzhonghua():
t1=threading.Timer(1,function=run) # 创建定时器
t1.start() # 开始执行线程
def runShouHua():
shouhua = "adb shell input tap 1180 340"
os.system(shouhua)
time.sleep(1)
print('点击收花')
yijian = "adb shell input tap 1400 675"
os.system(yijian)
print('点击一键收花')
time.sleep(5)
def runZhongHua():
zhonghua = "adb shell input tap 1180 340"
os.system(zhonghua)
time.sleep(1)
print('点击种植')
quxiaozhongzi = "adb shell input tap 1185 136"
os.system(quxiaozhongzi)
print('取消当前种子')
time.sleep(1)
quxiaozhongzi = "adb shell input tap 1185 136"
os.system(quxiaozhongzi)
print('选择新的种子')
time.sleep(1)
xiuqiuhua = "adb shell input tap 150 150"
os.system(xiuqiuhua)
time.sleep(1)
print('选中绣球花')
zhiru = "adb shell input tap 690 600"
os.system(zhiru)
time.sleep(1)
print('置入')
yijian = "adb shell input tap 1400 675"
os.system(yijian)
print('点击一键种花')
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。