From 01eb6de8bab8ca060c3b2c64b72809cc2694d6f7 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 22 Mar 2025 19:26:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E4=BB=98=E5=AE=9D-=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=8F=90=E7=A4=BA-=E5=AE=9A=E4=BD=8D=E6=9D=83?= =?UTF-8?q?=E9=99=90=20(#777)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.eg.android.AlipayGphone.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.eg.android.AlipayGphone.ts b/src/apps/com.eg.android.AlipayGphone.ts index 3dd5f5d2..9dad1ca8 100644 --- a/src/apps/com.eg.android.AlipayGphone.ts +++ b/src/apps/com.eg.android.AlipayGphone.ts @@ -57,9 +57,12 @@ export default defineGkdApp({ key: 1, activityIds: '.AlipayLogin', matches: - '@[desc="关闭"] - LinearLayout >2 [text^="定位到"][visibleToUser=true]', + '@[desc="关闭"] - LinearLayout >2 [text^="定位到" || text^="开启定位权限"][visibleToUser=true]', exampleUrls: 'https://e.gkd.li/c153cd53-16a1-4d77-bf99-9cac8821ccf8', - snapshotUrls: 'https://i.gkd.li/i/18551258', + snapshotUrls: [ + 'https://i.gkd.li/i/18551258', + 'https://i.gkd.li/i/19267032', + ], }, ], },