forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cn.xiaochuankeji.zuiyouLite.ts
44 lines (43 loc) · 1.26 KB
/
cn.xiaochuankeji.zuiyouLite.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.xiaochuankeji.zuiyouLite',
name: '皮皮搞笑',
deprecatedKeys: [0],
groups: [
{
key: 1,
name: '青少年模式弹窗',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'cn.xiaochuankeji.zuiyouLite.ui.main',
rules: '[id="cn.xiaochuankeji.zuiyouLite:id/young_close_btn"]',
snapshotUrls: [
'https://i.gkd.li/import/12745083',
'https://i.gkd.li/import/13446652', //activityIds: 'cn.xiaochuankeji.zuiyouLite.ui.main.MainTest',
],
},
{
enable: false,
key: 2,
name: '信息流广告',
quickFind: true,
activityIds: 'cn.xiaochuankeji.zuiyouLite.ui.slide.ActivitySlideDetail',
rules: [
{
key: 0,
name: '点击【x】',
matches: '[id="cn.xiaochuankeji.zuiyouLite:id/ad_remove"]',
snapshotUrls: 'https://i.gkd.li/import/13387116',
},
{
preKeys: 0,
name: '点击【不喜欢广告主】',
matches: '@LinearLayout[clickable=true] > [text="不喜欢广告主"]',
snapshotUrls: 'https://i.gkd.li/import/13387155',
},
],
},
],
});