forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.netease.gl.ts
More file actions
45 lines (44 loc) · 1.37 KB
/
com.netease.gl.ts
File metadata and controls
45 lines (44 loc) · 1.37 KB
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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.netease.gl',
name: '网易大神',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.netease.gl.ui.activity.welcome.WelcomeActivity',
matchLauncher: true,
quickFind: true,
rules: '[id="com.netease.gl:id/tv_next_step"][text^="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12883227',
},
{
key: 1,
name: '更新弹窗',
activityIds: 'com.netease.gl.serviceupdate.widget.DialogUpdate',
rules:
'@[id="com.netease.gl:id/iv_close"] +2 LinearLayout >n [id="com.netease.gl:id/btn_update"]',
snapshotUrls: 'https://i.gkd.li/import/12883135',
},
{
key: 2,
name: '应用内广告弹窗',
rules: [
{
key: 0,
activityIds: 'com.netease.gl.ui.activity.welcome.WelcomeActivity',
matches:
'@[id="com.netease.gl:id/iv_close"] + [id="com.netease.gl:id/iv_cover"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12883277',
},
],
},
{
key: 10,
name: '请求通知权限弹窗',
activityIds: 'com.netease.gl.compfeed.widget.CommonWebPopupDialog',
rules: '@[id="com.netease.gl:id/iv_close"] + [text="开启推送"]',
snapshotUrls: 'https://i.gkd.li/import/13072071',
},
],
});