Skip to content

Commit

Permalink
feat(腾讯视频): 视频播放时-底部弹窗广告(补充规则 #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlctate committed Dec 3, 2024
1 parent 43b3e87 commit e2f2a36
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/apps/com.tencent.qqlive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,10 @@ export default defineGkdApp({
name: '点击右下角关闭-1',
activityIds: '.ona.activity.SplashHomeActivity',
matches:
'TextView[text.length=4 || text.length=5] < [childCount=2] + ImageView[clickable=true]',
'TextView[text.length=4 || text.length=5] < LinearLayout + ImageView[clickable=true]',
snapshotUrls: [
'https://i.gkd.li/i/13426421',
'https://i.gkd.li/i/17986394',
'https://i.gkd.li/i/17725554',
'https://i.gkd.li/i/17725673',
],
Expand Down Expand Up @@ -221,6 +222,13 @@ export default defineGkdApp({
matches: '[id="com.tencent.qqlive:id/pause_ad_close"]',
snapshotUrls: 'https://i.gkd.li/i/14318385',
},
{
key: 5,
name: '底部弹窗广告',
matches:
'ViewGroup > @View[clickable=true] +4 LinearLayout > [text="看广告免费看剧"]',
snapshotUrls: 'https://i.gkd.li/i/14318385',
},
],
},
{
Expand Down

0 comments on commit e2f2a36

Please sign in to comment.