forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.jingdong.pdj.ts
37 lines (36 loc) · 978 Bytes
/
com.jingdong.pdj.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.jingdong.pdj',
name: '京东到家',
groups: [
{
key: 1,
name: '首页广告弹窗',
matchTime: 10000,
activityIds: 'pdj.main.MainActivity',
rules: [
{
key: 0,
matches: 'WebView[text="京东到家"] >7 TextView[text=""]',
snapshotUrls: 'https://i.gkd.li/import/13217796',
},
{
key: 1,
quickFind: true,
matches: '[id="com.jingdong.pdj:id/ivClose"][desc="关闭"]',
snapshotUrls: 'https://i.gkd.li/import/13223282',
},
],
},
{
key: 2,
name: '更新弹窗',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
activityIds: 'com.jingdong.pdj.plunginupdate.update.UpdateDialogActivity',
rules: 'Button[text="暂不安装"]',
snapshotUrls: 'https://i.gkd.li/import/13217634',
},
],
});