diff --git a/src/apps/com.android.vending.ts b/src/apps/com.android.vending.ts new file mode 100644 index 00000000..eb6d37c9 --- /dev/null +++ b/src/apps/com.android.vending.ts @@ -0,0 +1,21 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.android.vending', + name: 'Google Play 商店', + groups: [ + { + key: 1, + name: '功能类-谷歌发送应用安全检查', + desc: '点击不发送', + rules: [ + { + activityIds: + 'com.google.android.finsky.protectdialogs.activity.PlayProtectDialogsActivity', + matches: '@View[clickable=true] > [text="不发送"]', + snapshotUrls: 'https://i.gkd.li/import/14035144', + }, + ], + }, + ], +});