mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat(qq): 功能类-授权登录时关闭获取QQ好友关系
This commit is contained in:
@@ -767,5 +767,20 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 31,
|
||||||
|
name: '功能类-授权登录时关闭获取QQ好友关系',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds:
|
||||||
|
'com.tencent.open.agent.PublicFragmentActivityForOpenSDK',
|
||||||
|
matches:
|
||||||
|
'@CompoundButton[checked=true] - RelativeLayout > [text="你的QQ好友关系"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/4d69a243-6a57-47ca-bc25-0a5353d80179',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/16929347',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user