We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1a1a3 commit 01eb6deCopy full SHA for 01eb6de
src/apps/com.eg.android.AlipayGphone.ts
@@ -57,9 +57,12 @@ export default defineGkdApp({
57
key: 1,
58
activityIds: '.AlipayLogin',
59
matches:
60
- '@[desc="关闭"] - LinearLayout >2 [text^="定位到"][visibleToUser=true]',
+ '@[desc="关闭"] - LinearLayout >2 [text^="定位到" || text^="开启定位权限"][visibleToUser=true]',
61
exampleUrls: 'https://e.gkd.li/c153cd53-16a1-4d77-bf99-9cac8821ccf8',
62
- snapshotUrls: 'https://i.gkd.li/i/18551258',
+ snapshotUrls: [
63
+ 'https://i.gkd.li/i/18551258',
64
+ 'https://i.gkd.li/i/19267032',
65
+ ],
66
},
67
],
68
0 commit comments