From 6e8b23fe954c3db730aadc7eee9dcec5ad96259b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=88=BA=E8=9E=88?= Date: Thu, 12 Oct 2023 00:33:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=85=BE=E8=AE=AF=E4=BD=93=E8=82=B2):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#848)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.qqsports.ts | 17 +++++++++++++++++ 1 file changed, 17 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..50dd26d3 --- /dev/null +++ b/src/apps/com.tencent.qqsports.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tencent.qqsports', + name: '腾讯体育', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + activityIds: 'com.tencent.qqsports.ui.SplashActivity', + rules: + '[id="com.tencent.qqsports:id/splash_activity_ad"] >5 [text="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12845494', + }, + ], +});