From 6eefb43a83060b8805ad9c5947d7bd3bc9c73fb3 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 17 Apr 2024 19:37:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(QQ=E9=9F=B3=E4=B9=90):=20=E5=88=86?= =?UTF-8?q?=E6=AE=B5=E5=B9=BF=E5=91=8A-=E8=AF=84=E8=AE=BA=E5=8C=BA?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.qqmusic.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/apps/com.tencent.qqmusic.ts b/src/apps/com.tencent.qqmusic.ts index 15634402..37ed7cff 100644 --- a/src/apps/com.tencent.qqmusic.ts +++ b/src/apps/com.tencent.qqmusic.ts @@ -124,5 +124,26 @@ export default defineAppConfig({ }, ], }, + { + key: 9, + name: '分段广告-评论区广告', + desc: '点击右下角展开-点击[不感兴趣]', + activityIds: + 'com.tencent.qqmusic.activity.base.FragmentActivityWithMinibar', + rules: [ + { + key: 0, + matches: + 'RecyclerView > ViewGroup > ViewGroup[childCount=6] > @ViewGroup[clickable=true][childCount=1] > ViewGroup > View', + snapshotUrls: 'https://i.gkd.li/i/15010210', + }, + { + preKeys: [0], + quickFind: true, + matches: '@[clickable=true] > [text="不感兴趣"]', + snapshotUrls: 'https://i.gkd.li/i/15010226', + }, + ], + }, ], });