Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into com.ct.client
Browse files Browse the repository at this point in the history
  • Loading branch information
aoguai committed Oct 16, 2023
2 parents 4c83e2d + f5e3bbd commit e681d17
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions src/apps/com.tencent.qqlive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,18 @@ export default defineAppConfig({
{
key: 0,
name: '开屏广告',
matchLauncher: true,
quickFind: true,
activityIds: 'com.tencent.qqlive.ona.activity.SplashHomeActivity',
rules: [
{
matches:
'TextView[text*="互动广告"] < LinearLayout < FrameLayout + FrameLayout > TextView[text="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12700227',
},
{
matches: 'TextView[text="广告"] LinearLayout + TextView[text="跳过"]',
},
{
matches: '@[text="跳过"] - LinearLayout > [text="广告"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12700122',
},
{
matches:
'@[text="跳过"] < FrameLayout - FrameLayout >(2) [text="广告"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12700541',
matches: 'FrameLayout[id=null] > TextView[text="跳过"][id=null]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12700227',
'https://gkd-kit.gitee.io/import/12700122',
'https://gkd-kit.gitee.io/import/12700541',
'https://gkd-kit.gitee.io/import/12910953',
],
},
],
},
Expand Down

0 comments on commit e681d17

Please sign in to comment.