mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(掌上英雄联盟): 开屏广告 (#607)
This commit is contained in:
15
src/apps/com.tencent.qt.qtl.ts
Normal file
15
src/apps/com.tencent.qt.qtl.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.tencent.qt.qtl',
|
||||||
|
name: '掌上英雄联盟',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.tencent.zone.main.MainZoneHomeActivity',
|
||||||
|
rules: '[id="com.tencent.qt.qtl:id/skip_layout"] > [text$="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12793273',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user