mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
18 lines
449 B
TypeScript
18 lines
449 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|