Skip to content

Commit

Permalink
feat(QQ音乐): 局部广告-卡片广告(补充规则)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Oct 20, 2024
1 parent 95c4095 commit e8f80c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/apps/com.tencent.qqmusic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ export default defineGkdApp({
'RecyclerView > LinearLayout[childCount=3] >5 ViewGroup[childCount=3] > @ViewGroup[clickable=true] >2 ImageView[text=null][desc=null]',
snapshotUrls: 'https://i.gkd.li/i/15756931',
},
{
key: 6,
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: '.activity.AppStarterActivity',
matches: '@ImageView[clickable=true] - [text="广告"]',
snapshotUrls: 'https://i.gkd.li/i/17450309',
},
],
},
{
Expand Down

0 comments on commit e8f80c5

Please sign in to comment.