We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be9d9c commit 16c9a9eCopy full SHA for 16c9a9e
src/apps/com.eg.android.AlipayGphone.ts
@@ -47,9 +47,10 @@ export default defineGkdApp({
47
resetMatch: 'app',
48
rules: [
49
{
50
- activityIds: 'com.eg.android.AlipayGphone.AlipayLogin',
51
- matches: '@[desc="关闭"] - * >4 [text*="开启定位权限"]',
52
- snapshotUrls: 'https://i.gkd.li/i/12792688',
+ activityIds: '.AlipayLogin',
+ matches: '@[desc="取消"] + [text*="位置权限"][visibleToUser=true]',
+ exampleUrls: 'https://e.gkd.li/caa96cc4-9943-40d8-8cb6-8c89aa60b20f',
53
+ snapshotUrls: 'https://i.gkd.li/i/18549931',
54
},
55
],
56
0 commit comments