Skip to content

Commit 16c9a9e

Browse files
committed
perf(Alipay): 权限提示-定位权限 (#744)
1 parent 6be9d9c commit 16c9a9e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: src/apps/com.eg.android.AlipayGphone.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ export default defineGkdApp({
4747
resetMatch: 'app',
4848
rules: [
4949
{
50-
activityIds: 'com.eg.android.AlipayGphone.AlipayLogin',
51-
matches: '@[desc="关闭"] - * >4 [text*="开启定位权限"]',
52-
snapshotUrls: 'https://i.gkd.li/i/12792688',
50+
activityIds: '.AlipayLogin',
51+
matches: '@[desc="取消"] + [text*="位置权限"][visibleToUser=true]',
52+
exampleUrls: 'https://e.gkd.li/caa96cc4-9943-40d8-8cb6-8c89aa60b20f',
53+
snapshotUrls: 'https://i.gkd.li/i/18549931',
5354
},
5455
],
5556
},

0 commit comments

Comments
 (0)