mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
feat(QQ): 扫码登录确认 (#596)
* feat(QQ): 扫码登录确认 (gkd-kit#593) * fix(QQ): 优化规则 使用Button[text="拒绝"] - Button[text="登录"] 防止不同版本的 QQ 控件 id 不一致 * feat(支付宝): 开启定位提示 (gkd-kit#269) * Revert "feat(支付宝): 开启定位提示 (gkd-kit#269)" This reverts commit 6426c5d7280e4b463d43d68af6681b93034ccdfe.
This commit is contained in:
@@ -101,6 +101,13 @@ export default defineAppConfig({
|
|||||||
'@ImageView[clickable=true] - TextView[text="广告"] - [id="com.tencent.mobileqq:id/tv_name"]',
|
'@ImageView[clickable=true] - TextView[text="广告"] - [id="com.tencent.mobileqq:id/tv_name"]',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12749584',
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12749584',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 7,
|
||||||
|
name: '扫一扫-登录确认',
|
||||||
|
activityIds: 'com.tencent.biz.qrcode.activity.QRLoginAuthActivity',
|
||||||
|
rules: 'Button[text="拒绝"] - Button[text="登录"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12789287',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 10,
|
key: 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user