Skip to content

Commit 99fe1b0

Browse files
committed
feat(Alipay): 权限提示-定位权限 (补充规则 #753)
1 parent fbdf76a commit 99fe1b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,20 @@ export default defineGkdApp({
4747
resetMatch: 'app',
4848
rules: [
4949
{
50+
key: 0,
5051
activityIds: '.AlipayLogin',
5152
matches: '@[desc="取消"] + [text*="位置权限"][visibleToUser=true]',
5253
exampleUrls: 'https://e.gkd.li/caa96cc4-9943-40d8-8cb6-8c89aa60b20f',
5354
snapshotUrls: 'https://i.gkd.li/i/18549931',
5455
},
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+
},
5564
],
5665
},
5766
{

0 commit comments

Comments
 (0)