feat(腾讯体育):开屏广告(使用clickCenter) (#4049)

This commit is contained in:
AIsouler
2024-01-28 13:21:59 +08:00
committed by GitHub
parent 947bb42a1a
commit 0ef6e47ac0

View File

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