Skip to content

Commit 01eb6de

Browse files
committedMar 22, 2025
feat: 支付宝-权限提示-定位权限 (#777)
1 parent fd1a1a3 commit 01eb6de

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎src/apps/com.eg.android.AlipayGphone.ts

+5-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,12 @@ export default defineGkdApp({
5757
key: 1,
5858
activityIds: '.AlipayLogin',
5959
matches:
60-
'@[desc="关闭"] - LinearLayout >2 [text^="定位到"][visibleToUser=true]',
60+
'@[desc="关闭"] - LinearLayout >2 [text^="定位到" || text^="开启定位权限"][visibleToUser=true]',
6161
exampleUrls: 'https://e.gkd.li/c153cd53-16a1-4d77-bf99-9cac8821ccf8',
62-
snapshotUrls: 'https://i.gkd.li/i/18551258',
62+
snapshotUrls: [
63+
'https://i.gkd.li/i/18551258',
64+
'https://i.gkd.li/i/19267032',
65+
],
6366
},
6467
],
6568
},

0 commit comments

Comments
 (0)