-
Notifications
You must be signed in to change notification settings - Fork 152
/
Copy pathcn.speedtest.lite.ts
38 lines (37 loc) · 1.02 KB
/
cn.speedtest.lite.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
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'cn.speedtest.lite',
name: '网速管家极速版',
groups: [
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: '.main.MainActivity',
matches:
'@[id="cn.speedtest.lite:id/iv_close"] - [id="cn.speedtest.lite:id/ll_main_pane"] >2 [id="cn.speedtest.lite:id/tv_upgrade_content"]',
snapshotUrls: 'https://i.gkd.li/i/12715483',
},
],
},
{
key: 10,
name: '全屏广告-新人专享优惠弹窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: 'cn.speedtest.lite.main.MainActivity',
matches:
'@[id="cn.speedtest.lite:id/iv_close"] - RelativeLayout >n [id="cn.speedtest.lite:id/ad_banner"]',
snapshotUrls: 'https://i.gkd.li/i/12715511',
},
],
},
],
});