Skip to content

Commit

Permalink
feat(QQ音乐): 其他-播放页[猜你也会喜欢]推荐 (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 15, 2025
1 parent 00227b6 commit a646068
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/apps/com.tencent.qqmusic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,20 @@ export default defineGkdApp({
},
],
},
{
key: 11,
name: '其他-播放页[猜你也会喜欢]推荐',
desc: '点击关闭',
rules: [
{
fastQuery: true,
activityIds: '.business.playernew.view.NewPlayerActivity',
matches:
'@ImageView[childCount=0][clickable=true] -2 [text="猜你也会喜欢"][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/40846baf-4638-4740-970a-30924cbd9414',
snapshotUrls: 'https://i.gkd.li/i/18410610',
},
],
},
],
});

0 comments on commit a646068

Please sign in to comment.