forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.estrongs.android.pop.ts
50 lines (49 loc) · 1.49 KB
/
com.estrongs.android.pop.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
45
46
47
48
49
50
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.estrongs.android.pop',
name: 'ES文件浏览器',
groups: [
{
key: 0,
name: '全屏广告',
rules: [
{
activityIds: 'com.fighter.loader.view.InteractTemplateAdDialog',
matches: '[id="com.estrongs.android.pop:id/iv_close"]',
snapshotUrls: 'https://i.gkd.li/import/12509667',
},
{
activityIds: 'com.estrongs.android.pop.view.FileExplorerActivity',
matches:
'TextView[text!=null] < FrameLayout - ImageView - FrameLayout > ImageView',
snapshotUrls: 'https://i.gkd.li/import/12509669',
},
],
},
{
key: 1,
name: '局部广告',
activityIds: 'com.estrongs.android.pop.view.FileExplorerActivity',
quickFind: true,
rules: [
{
key: 0,
matches:
'ImageView - LinearLayout >(2) ImageView[id="com.estrongs.android.pop:id/close"][clickable=true]',
snapshotUrls: ['https://i.gkd.li/import/12674919'],
},
{
key: 1,
matches:
'@[id="com.estrongs.android.pop:id/close"] + [id="com.estrongs.android.pop:id/ad_flag_source"]',
snapshotUrls: ['https://i.gkd.li/import/12818281'],
},
{
key: 2,
matches: '[vid="close_b_t_a_i_b_no_compliance"]',
snapshotUrls: 'https://i.gkd.li/import/13842299',
},
],
},
],
});