mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(腾讯体育): 开屏广告 (#848)
This commit is contained in:
17
src/apps/com.tencent.qqsports.ts
Normal file
17
src/apps/com.tencent.qqsports.ts
Normal file
@@ -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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user