forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathme.ele.ts
40 lines (39 loc) · 1.24 KB
/
me.ele.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'me.ele',
name: '饿了么',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'me.ele.application.ui.splash.SplashActivity',
rules: '[id="me.ele:id/skip_button"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12534930',
},
{
key: 1,
name: '更新弹窗',
activityIds: 'com.afollestad.materialdialogs.MaterialDialog',
rules:
'[text*="更新应用版本"] < ScrollView + [text="取消"][focusable=true]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12650280',
},
{
enable: false,
key: 2,
name: '开屏红包弹窗',
activityIds: 'me.ele.component.pops2.Pops2MistDialog',
rules:
'@ImageView[id=null][clickable=true] - ViewGroup >(5) ViewGroup[childCount=5]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12650238',
},
{
enable: false,
key: 3,
name: '超市便利页面-红包弹窗',
activityIds: 'me.ele.newretail.pack.ui.activity.PackActivity',
rules: '[desc$="今日红包"] +(n) [desc$="关闭"][clickable=true]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12650713',
},
],
});