feat(QQ音乐): 分段广告-评论区广告

This commit is contained in:
AIsouler
2024-04-17 19:37:26 +08:00
parent d39f62afab
commit 6eefb43a83

View File

@@ -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',
},
],
},
], ],
}); });