Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(腾讯视频): 全屏广告(补充规则)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 12, 2024
1 parent 4092ad7 commit 6a0a896
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions src/apps/com.tencent.qqlive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,26 @@ export default defineAppConfig({
resetMatch: 'app',
actionMaximum: 1,
quickFind: true,
activityIds: 'com.tencent.qqlive.redpacket.rain.OpenRedPacketActivity',
rules:
'@ImageView[clickable=true] < ViewGroup[childCount=5] < [id="android:id/content"]',
snapshotUrls: 'https://i.gkd.li/i/13842643',
rules: [
{
key: 0,
activityIds:
'com.tencent.qqlive.redpacket.rain.OpenRedPacketActivity',
matches:
'@ImageView[clickable=true] < ViewGroup[childCount=5] < [id="android:id/content"]',
exampleUrls:
'https://m.gkd.li/57941037/05606ba5-1a89-470c-bcca-bd52561a634d',
snapshotUrls: 'https://i.gkd.li/i/13842643',
},
{
key: 1,
activityIds: 'com.tencent.qqlive.ona.activity.SplashHomeActivity',
matches: '@RelativeLayout[clickable=true] + * >3 [text="立即预约"]',
exampleUrls:
'https://m.gkd.li/57941037/c8131a06-837a-4c42-9a70-9e8a7fe21334',
snapshotUrls: 'https://i.gkd.li/i/14567294',
},
],
},
{
key: 20,
Expand Down

0 comments on commit 6a0a896

Please sign in to comment.