perf(Google Play 商店): 功能类-Play保护机制弹窗 (#410)

This commit is contained in:
AIsouler
2024-10-15 17:03:27 +08:00
parent efde4e68bb
commit 12f577044e

View File

@@ -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',
],
},
],
},