diff --git a/src/apps/com.tencent.qqsports.ts b/src/apps/com.tencent.qqsports.ts new file mode 100644 index 000000000..393c4c115 --- /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', + }, + ], + }, + ], +});