Skip to content

Commit

Permalink
feat(QQ): 功能类-开启推荐,发现可能认识的人 (AIsouler#650)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: AIsouler <[email protected]>
  • Loading branch information
3 people authored Dec 24, 2024
1 parent fd74150 commit 9fa8f68
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/apps/com.tencent.mobileqq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -798,5 +798,20 @@ export default defineGkdApp({
},
],
},
{
key: 32,
name: '其他-联系人页面-顶部可能认识的人推荐',
desc: '点击关闭',
rules: [
{
fastQuery: true,
activityIds: '.activity.SplashActivity',
matches:
'@ImageView[childCount=0][clickable=true][visibleToUser=true] -2 [text="开启推荐,发现可能认识的人。"]',
exampleUrls: 'https://e.gkd.li/7922ab73-cc99-4559-b18c-5ab54dd9633a',
snapshotUrls: 'https://i.gkd.li/i/18237415',
},
],
},
],
});

0 comments on commit 9fa8f68

Please sign in to comment.