forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcn.wsds.gamemaster.ts
44 lines (43 loc) · 1.21 KB
/
cn.wsds.gamemaster.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cn.wsds.gamemaster',
name: '迅游手游加速器',
groups: [
{
key: 1,
name: '开屏广告',
desc: '点击跳过',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches:
'@View <2 FrameLayout[childCount=3] <2 FrameLayout[childCount=2] < [vid="splash_container"]',
snapshotUrls: 'https://i.gkd.li/import/13930391',
},
],
},
{
key: 2,
name: '分段广告-卡片广告',
desc: '点击X-点击不感兴趣',
rules: [
{
key: 0,
activityIds: 'cn.wsds.gamemaster.ui.gamedetails.ActivityGameDetails',
matches:
'[id="cn.wsds.gamemaster:id/feed_ad"] [text="立即下载"] + ImageView[clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13930398',
},
{
preKeys: 0,
quickFind: true,
activityIds: 'cn.wsds.gamemaster.ui.gamedetails.ActivityGameDetails',
matches: '[text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/import/13930399',
},
],
},
],
});