From 12f577044e6ef784a5d59c826a3f0af55778aa23 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 15 Oct 2024 17:03:27 +0800 Subject: [PATCH] =?UTF-8?q?perf(Google=20Play=20=E5=95=86=E5=BA=97):=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=B1=BB-Play=E4=BF=9D=E6=8A=A4=E6=9C=BA?= =?UTF-8?q?=E5=88=B6=E5=BC=B9=E7=AA=97=20(#410)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.vending.ts | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/apps/com.android.vending.ts b/src/apps/com.android.vending.ts index 12f40c51..a4283afa 100644 --- a/src/apps/com.android.vending.ts +++ b/src/apps/com.android.vending.ts @@ -6,14 +6,18 @@ export default defineGkdApp({ groups: [ { key: 1, - name: '功能类-谷歌发送应用安全检查', - desc: '点击不发送', + name: '功能类-Play保护机制弹窗', + desc: '点击[不发送]/[拒绝]', rules: [ { activityIds: 'com.google.android.finsky.protectdialogs.activity.PlayProtectDialogsActivity', - matches: '@View[clickable=true] > [text="不发送"]', - snapshotUrls: 'https://i.gkd.li/i/14035144', + matches: + '[text*="保护机制"] +3 @View[clickable=true] > [text="不发送" || text="拒绝"]', + snapshotUrls: [ + 'https://i.gkd.li/i/14035144', + 'https://i.gkd.li/i/17375098', + ], }, ], },