From 6b4039c7b9a4c3aa163224e5ccb762ffd342c8ad Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 3 Nov 2024 19:08:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=8A=E6=97=A5=E5=A4=B4=E6=9D=A1):=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.ss.android.article.news.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.ss.android.article.news.ts b/src/apps/com.ss.android.article.news.ts index 6424afc9..6e789d46 100644 --- a/src/apps/com.ss.android.article.news.ts +++ b/src/apps/com.ss.android.article.news.ts @@ -4,6 +4,22 @@ export default defineGkdApp({ id: 'com.ss.android.article.news', name: '今日头条', groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + priorityTime: 10000, + rules: [ + { + fastQuery: true, + matches: '[text*="跳过"][text.length<10][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/cf8b05a1-6406-4453-b498-f305b387f5c6', + snapshotUrls: 'https://i.gkd.li/i/17610127', + }, + ], + }, { key: 1, name: '更新提示',