feat(QQ音乐): 局部广告-卡片广告(补充规则) (#238)

This commit is contained in:
Adpro
2024-06-10 17:57:58 +08:00
committed by GitHub
parent 3728cff384
commit 6ef88083a5

View File

@@ -7,7 +7,6 @@ export default defineGkdApp({
{ {
key: 1, key: 1,
name: '局部广告-卡片广告', name: '局部广告-卡片广告',
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
rules: [ rules: [
{ {
key: 1, key: 1,
@@ -42,6 +41,14 @@ export default defineGkdApp({
matches: '@[clickable=true] > [text="广告"]', matches: '@[clickable=true] > [text="广告"]',
snapshotUrls: 'https://i.gkd.li/i/15041019', snapshotUrls: 'https://i.gkd.li/i/15041019',
}, },
{
key: 5,
quickFind: true,
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
matches:
'@ViewGroup[childCount=1][clickable=true] <<n RecyclerView >2 [text="最近播放"]',
snapshotUrls: 'https://i.gkd.li/i/15756931',
},
], ],
}, },
{ {