马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
Import "zm.luae" //导入插件,只需执行一次
zm.Init //初始化插件,只需执行一次
Call zm.About()
Do
Call 找新闻()
Call 阅读中()
Delay 300
Call 划屏()
Delay 300
Loop
Sub 找新闻()
Dim intx,inty,序号
序号= zm.FindPic (0, 0, 681, 450, "Attachment:分钟.png|Attachment:小时.png|Attachment:新闻.png|Attachment:网.png|Attachment:刚刚.png", "000000", 0, 0.9, intX, intY)
If 序号 > -1 Then
Delay 100
Tap intx,inty
End If
End sub
|