mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
perf(Google Play 商店): 功能类-Play保护机制弹窗 (#410)
This commit is contained in:
@@ -6,14 +6,18 @@ export default defineGkdApp({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '功能类-谷歌发送应用安全检查',
|
name: '功能类-Play保护机制弹窗',
|
||||||
desc: '点击不发送',
|
desc: '点击[不发送]/[拒绝]',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.google.android.finsky.protectdialogs.activity.PlayProtectDialogsActivity',
|
'com.google.android.finsky.protectdialogs.activity.PlayProtectDialogsActivity',
|
||||||
matches: '@View[clickable=true] > [text="不发送"]',
|
matches:
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14035144',
|
'[text*="保护机制"] +3 @View[clickable=true] > [text="不发送" || text="拒绝"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/14035144',
|
||||||
|
'https://i.gkd.li/i/17375098',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user