mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat(QQ): 功能类-开启推荐,发现可能认识的人 (#650)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user