From 69952c72418b70dafe50aa3364ce700a7557d788 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 21 Mar 2024 10:39:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BD=AF=E4=BB=B6=E5=95=86=E5=BA=97):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.heytap.market.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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: '更新提示',