From b00f58a328abc2905a754827eefa9cb4923d25be Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 25 May 2024 19:27:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(QQ=E9=9F=B3=E4=B9=90):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E7=AD=BE=E5=88=B0=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.qqmusic.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.tencent.qqmusic.ts b/src/apps/com.tencent.qqmusic.ts index 224e60ec..d39d9b2d 100644 --- a/src/apps/com.tencent.qqmusic.ts +++ b/src/apps/com.tencent.qqmusic.ts @@ -180,5 +180,21 @@ export default defineGkdApp({ }, ], }, + { + key: 10, + name: '全屏广告-签到弹窗', + desc: '点击关闭', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity', + matches: + '[id="android:id/content"] > FrameLayout > FrameLayout > ViewGroup[childCount=2] > ViewGroup > ViewGroup[clickable=true][childCount=0]', + snapshotUrls: 'https://i.gkd.li/i/15443191', + }, + ], + }, ], });