From f23ce3f9052deb2647683d8da4e18931ab79acda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= <152615144+tianfangyetan1@users.noreply.github.com> Date: Sun, 2 Nov 2025 21:33:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Google=20Play-=E4=B8=8D=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E7=94=9F=E7=89=A9=E8=AF=86=E5=88=AB=E6=94=AF=E4=BB=98?= =?UTF-8?q?=20(#1372)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.vending.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/com.android.vending.ts b/src/apps/com.android.vending.ts index 2db05132..d5f1328b 100644 --- a/src/apps/com.android.vending.ts +++ b/src/apps/com.android.vending.ts @@ -58,5 +58,22 @@ export default defineGkdApp({ }, ], }, + { + key: 3, + name: '功能类-不开启生物识别支付', + desc: '点击[以后再说]', + rules: [ + { + fastQuery: true, + activityIds: + 'com.google.android.finsky.billing.acquire.SheetUiBuilderHostActivity', + matches: [ + '[text="要使用指纹或人脸验证购买交易吗?"]', + '[text="以后再说"][clickable=true]', + ], + snapshotUrls: 'https://i.gkd.li/i/23289407', + }, + ], + }, ], });