马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
代码
[按键精灵] 纯文本查看 复制代码 Function 重启()
For i = 1 To 30
If zm.FindPicTap(244, 513, 402, 755, "进入游戏1.png") Then
TracePrint "进入游戏1"
End If
If zm.FindPicTap(151, 531, 237, 767, "进入游戏2.png") Then
TracePrint "进入游戏2"
End If
If zm.FindPic(79, 295, 217, 354, "进入游戏3.png") Then
TracePrint "进入游戏3"
tap 190, 661
End If
If zm.FindPicTap(625, 1098, 718, 1188, "关闭公告.png") Then
TracePrint "关闭公告"
End If
If zm.FindPic(621,1003,714,1104, "完成登入.png") Then
TracePrint "完成登入"
点击回城
Delay 1000
Exit For
End If
If i = 30 Then
KillApp "com.sswl.xyhjgwb"
Delay 3000
RunApp "com.sswl.xyhjgwb"
Delay 3000
重启
End If
Delay 1000
Next
End Function
登录完成后调用 点击回城就报错 紫猫插件: 发生运行时错误!错误代码:zm.FindMultiColor(),错误信息: [string ""]:19022: attempt to compare number with null
[按键精灵] 纯文本查看 复制代码 Function 点击回城
If zm.FindMultiColorTap(找色_回城) Then
TracePrint "点击回城"
End If
End Function
单独测试 点击回城 很正常的,, 是不是 这个定义的 问题 Dim 找色_回城={"93688C","-11|-1|878E81,-18|-5|735F70,-3|-3|CC18B3"}
|