mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(支付宝): 关闭开启定位提示 (#605)
* 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. * feat(支付宝): 开启定位提示 (gkd-kit#269) * feat(支付宝): 规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -13,5 +13,14 @@ export default defineAppConfig({
|
|||||||
rules: 'View[childCount=3] > @Image - View[text="花呗服务升级"]',
|
rules: 'View[childCount=3] > @Image - View[text="花呗服务升级"]',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12737055',
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12737055',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 1,
|
||||||
|
name: '关闭开启定位提示',
|
||||||
|
activityIds: 'com.eg.android.AlipayGphone.AlipayLogin',
|
||||||
|
rules:
|
||||||
|
'@[id="com.alipay.mobile.antui:id/closeButton"] - [id="com.alipay.mobile.antui:id/textAndButtonLayout"] [id="com.alipay.mobile.antui:id/tipTextView"][text^="开启定位权限"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12792688',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user