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', + }, + ], +});