forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.xsj.app.ts
42 lines (41 loc) · 1.17 KB
/
com.xsj.app.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xsj.app',
name: '星影视频',
groups: [
{
key: 1,
name: '弹窗广告',
rules: [
{
key: 0,
name: '腾讯广告',
activityIds: ['com.xsj.app.MainActivity', 'com.qq.e.ads.ADActivity'],
matches:
'ImageView -2 FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
snapshotUrls: [
'https://i.gkd.li/import/13625504',
'https://i.gkd.li/import/13761165',
],
},
{
key: 1,
activityIds: 'com.qq.e.ads.ADActivity',
matches:
'FrameLayout[childCount=3] > TextView[text!=""] + @ImageView[clickable=true][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/import/13670176',
},
],
},
{
key: 2,
name: '全屏广告-公告弹窗', //分类存疑
resetMatch: 'app',
actionMaximum: 1,
matchTime: 10000,
activityIds: 'com.xsj.app.MainActivity',
rules: '[desc="我知道了"]',
snapshotUrls: 'https://i.gkd.li/import/13875711',
},
],
});