谁帮忙写个点击 解锁成功 和 继续解锁 的规则 #1058
tianxiaofan
started this conversation in
General
Replies: 1 comment
-
{
key: 14,
name: '解锁成功',
activityIds: [
'com.ss.android.excitingvideo.ExcitingVideoActivity'
],
rules: [
{
matches: [
'[text*="解锁成功"][visibleToUser=true]'
],
notMatches: [
"[text*=\"继续解锁\"][visibleToUser=true]"
],
fastQuery: true,
actionDelay: 100
},
{
matches: [
'[text*="继续解锁"][visibleToUser=true]'
],
fastQuery: true,
actionDelay: 1000
}
]
} 已解决,测试比较完美,可以实现连续解锁,且有1秒的时间 用来打断解锁。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://i.gkd.li/i/20981850
https://i.gkd.li/i/20981828
douyin 看广告15s广告解锁以解锁短剧。需要点击第一个页面的 “解锁成功” 按钮,跳转到 “继续解锁”,实现自动解锁视频
Beta Was this translation helpful? Give feedback.
All reactions