forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.fan.app.ts
50 lines (49 loc) · 1.26 KB
/
com.fan.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
43
44
45
46
47
48
49
50
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.fan.app',
name: '十六番旅行',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 0,
matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13258011',
},
{
key: 1,
matches: '@Image < View - View > View > TextView[text="广告"]',
snapshotUrls: 'https://i.gkd.li/import/13258016',
},
],
},
{
key: 1,
name: '广告卡片',
activityIds: 'com.mvvm.view.LazyMapStrategyActivity_TengXun',
rules: [
{
key: 0,
matches: '[desc^="dislike"] > View',
snapshotUrls: 'https://i.gkd.li/import/13258021',
},
{
preKeys: 0,
key: 1,
matches: '@LinearLayout > [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/import/13258015',
},
{
key: 2,
matches: '@Image < View -2 View >2 View > TextView[text="广告"]',
snapshotUrls: 'https://i.gkd.li/import/13258018',
},
],
},
],
});