diff --git a/src/apps/com.heytap.market.ts b/src/apps/com.heytap.market.ts index 817f6dcf..4eebab4e 100644 --- a/src/apps/com.heytap.market.ts +++ b/src/apps/com.heytap.market.ts @@ -4,6 +4,20 @@ export default defineAppConfig({ id: 'com.heytap.market', name: 'OPPO软件商店', groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + matches: '@[clickable=true] > [text="跳过"]', // 全局规则无效,必须点击clickable=true的节点才能跳过 + snapshotUrls: 'https://i.gkd.li/i/14668997', + }, + ], + }, { key: 1, name: '更新提示',