mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
feat(QQ): NT QQ 自动点击确认登录 (#1309)
* feat(QQ): NT QQ 自动点击确认登录 * feat(QQ): 规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -244,5 +244,13 @@ export default defineAppConfig({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 16,
|
||||
name: 'NT QQ-登录确认',
|
||||
desc: 'NT QQ 登录时自动点击允许登录QQ',
|
||||
activityIds: 'com.tencent.mobileqq.activity.DevlockQuickLoginActivity',
|
||||
rules: 'Button[text="允许登录QQ"][clickable=true][id!=null]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13063027',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user