From 0ef6e47ac0424e98b6ba22556e365d0b4703cce4 Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:21:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=85=BE=E8=AE=AF=E4=BD=93=E8=82=B2):?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E4=BD=BF=E7=94=A8?= =?UTF-8?q?clickCenter=EF=BC=89=20(#4049)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.qqsports.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.tencent.qqsports.ts diff --git a/src/apps/com.tencent.qqsports.ts b/src/apps/com.tencent.qqsports.ts new file mode 100644 index 00000000..393c4c11 --- /dev/null +++ b/src/apps/com.tencent.qqsports.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tencent.qqsports', + name: '腾讯体育', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + action: 'clickCenter', + matches: 'TextView[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/14032883', + }, + ], + }, + ], +});