From b9ba4f6add90eaa24eed61d82eaad7cb0060460b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 28 Jul 2024 09:38:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=A1=BA=E4=B8=B0=E9=80=9F=E8=BF=90):=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.sf.activity.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.sf.activity.ts b/src/apps/com.sf.activity.ts index 8f988b67..c06d2120 100644 --- a/src/apps/com.sf.activity.ts +++ b/src/apps/com.sf.activity.ts @@ -4,6 +4,21 @@ export default defineGkdApp({ id: 'com.sf.activity', name: '顺丰速运', groups: [ + { + key: 0, + name: '开屏广告', + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[text*="跳过"][text.length<10][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/53c0a275-e6f7-42b2-b60e-6998685d30c3', + snapshotUrls: 'https://i.gkd.li/i/16401925', + }, + ], + }, { key: 1, name: '更新提示',