forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lab.vie.two.ts
36 lines (35 loc) · 1.01 KB
/
lab.vie.two.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'lab.vie.two',
name: 'LIBVIO',
groups: [
{
key: 1,
name: '活动弹窗-账号注册说明弹窗',
matchTime: 10000,
desc: '每次打开app的弹窗提示,本规则自动点击【我知道了】',
actionMaximum: 1,
resetMatch: 'app',
rules: '[desc="账号注册说明"] +2 [desc="我知道了"]',
snapshotUrls: 'https://i.gkd.li/import/13379070',
},
{
name: '功能类-追剧模式',
key: 2,
desc: '每次进入app时点击继续观看xxx',
rules: [
{
matches: ['[desc^="继续观看"]'],
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
snapshotUrls: ['https://i.gkd.li/import/13825341'],
exampleUrls: [
'https://m.gkd.li/110102406/4c89164f-663f-4594-9297-6cc832688a5d',
],
activityIds: ['lab.vie.two.MainActivity'],
},
],
},
],
});