We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdf76a commit 99fe1b0Copy full SHA for 99fe1b0
src/apps/com.eg.android.AlipayGphone.ts
@@ -47,11 +47,20 @@ export default defineGkdApp({
47
resetMatch: 'app',
48
rules: [
49
{
50
+ key: 0,
51
activityIds: '.AlipayLogin',
52
matches: '@[desc="取消"] + [text*="位置权限"][visibleToUser=true]',
53
exampleUrls: 'https://e.gkd.li/caa96cc4-9943-40d8-8cb6-8c89aa60b20f',
54
snapshotUrls: 'https://i.gkd.li/i/18549931',
55
},
56
+ {
57
+ key: 1,
58
+ activityIds: '.AlipayLogin',
59
+ matches:
60
+ '@[desc="关闭"] - LinearLayout >2 [text^="定位到"][visibleToUser=true]',
61
+ exampleUrls: 'https://e.gkd.li/c153cd53-16a1-4d77-bf99-9cac8821ccf8',
62
+ snapshotUrls: 'https://i.gkd.li/i/18551258',
63
+ },
64
],
65
66
0 commit comments