From 16e1142474772f9d87f2922971885b431c301e4d Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 15 May 2025 10:28:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=87=82=E7=90=83=E5=B8=9D-=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20#905?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.dongqiudi.news.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/apps/com.dongqiudi.news.ts b/src/apps/com.dongqiudi.news.ts index 1d67a779..1a8cf0c3 100644 --- a/src/apps/com.dongqiudi.news.ts +++ b/src/apps/com.dongqiudi.news.ts @@ -4,6 +4,24 @@ export default defineGkdApp({ id: 'com.dongqiudi.news', name: '懂球帝', groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + priorityTime: 10000, + rules: [ + { + // 点击方式为 clickNode 时会误触广告,更改点击方式为 clickCenter https://github.com/AIsouler/GKD_subscription/issues/905 + fastQuery: true, + action: 'clickCenter', + matches: '[text*="跳过"][text.length<10][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/74db13f0-d87d-41a3-bbbb-1b075d8ae7d6', + snapshotUrls: 'https://i.gkd.li/i/20218520', + }, + ], + }, { key: 2, name: '更新提示',