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

feat(腾讯体育):开屏广告(全局规则无效,使用clickCenter有效) #4049

Merged
merged 1 commit into from
Jan 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
},
],
},
],
});