diff --git a/src/apps/com.tencent.qqlive.ts b/src/apps/com.tencent.qqlive.ts index e2ecc951..baa1d658 100644 --- a/src/apps/com.tencent.qqlive.ts +++ b/src/apps/com.tencent.qqlive.ts @@ -262,6 +262,13 @@ export default defineGkdApp({ exampleUrls: 'https://e.gkd.li/8b128ebc-ce9c-4345-8094-769f9afa8cd6', snapshotUrls: 'https://i.gkd.li/i/17088095', }, + { + key: 3, + activityIds: '.ona.activity.SplashHomeActivity', + matches: '[text="暂不需要,稍后领取"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/3256ed8e-752c-426d-9d64-26c9fdea9b09', + snapshotUrls: 'https://i.gkd.li/i/17542869', + }, ], }, { @@ -302,5 +309,23 @@ export default defineGkdApp({ }, ], }, + { + key: 22, + name: '局部广告-悬浮广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: '.ona.activity.SplashHomeActivity', + matches: + '@ImageView[clickable=true][visibleToUser=true] + [text="免费看"]', + exampleUrls: 'https://e.gkd.li/5f6447c1-39f6-4711-a907-fdf36f502ec6', + snapshotUrls: 'https://i.gkd.li/i/17542913', + }, + ], + }, ], });