Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(腾讯体育):开屏广告(使用clickCenter) (#4049)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler authored Jan 28, 2024
1 parent 947bb42 commit 0ef6e47
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/apps/com.tencent.qqsports.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
},
],
});

0 comments on commit 0ef6e47

Please sign in to comment.