From 22fc261032b57f242afd089c1e41b4ee1bc688ef Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 8 Feb 2024 18:00:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(QQ):=20=E9=A6=96=E9=A1=B5=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E5=BC=B9=E7=AA=97=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84?= =?UTF-8?q?=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mobileqq.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/apps/com.tencent.mobileqq.ts b/src/apps/com.tencent.mobileqq.ts index eceeee5f..76b63927 100644 --- a/src/apps/com.tencent.mobileqq.ts +++ b/src/apps/com.tencent.mobileqq.ts @@ -453,16 +453,24 @@ export default defineAppConfig({ { key: 21, name: '全屏广告-首页广告弹窗', + activityIds: 'com.tencent.mobileqq.activity.QPublicTransFragmentActivity', rules: [ { key: 0, name: '元梦之星广告弹窗', - activityIds: - 'com.tencent.mobileqq.activity.QPublicTransFragmentActivity', matches: 'ViewGroup[childCount=2] > ViewGroup[childCount=3][index=1] > ViewGroup[clickable=true][visibleToUser=true][index=1][childCount=0]', snapshotUrls: 'https://i.gkd.li/import/13797876', }, + { + key: 1, + name: '现金瓜分弹窗', + matches: + 'RelativeLayout >5 ViewGroup[childCount=6] > ViewGroup[index=2][clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/a9fe74db-07b4-47e6-beed-80983f61d2e3', + snapshotUrls: 'https://i.gkd.li/import/14207286', + }, ], }, {