-
-
Notifications
You must be signed in to change notification settings - Fork 214
/
Copy pathcn.wps.yun.ts
55 lines (54 loc) · 1.49 KB
/
cn.wps.yun.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'cn.wps.yun',
name: '金山文档',
groups: [
{
key: 1,
name: '局部广告-列表卡片广告',
desc: '点击右侧x',
rules: [
{
fastQuery: true,
activityIds: 'cn.wps.yun.ui.IndexActivity',
matches:
'[id="cn.wps.yun:id/rootGroup"][childCount=5] > [text^="实用技巧"] +3 [id="cn.wps.yun:id/moreIconRight"]',
exampleUrls:
'https://m.gkd.li/47232102/bc97cb52-aad0-4114-a548-5831edbe342d',
snapshotUrls: 'https://i.gkd.li/i/13495062',
excludeSnapshotUrls: 'https://i.gkd.li/i/14333322', // 限定 [text^="实用技巧"] 防止误触C
},
],
},
{
key: 2,
name: '更新提示',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: '.ui.IndexActivity',
matches: '[text="发现新版本"] +3 [text="取消"]',
snapshotUrls: 'https://i.gkd.li/i/14333103',
},
],
},
{
key: 3,
name: '权限提示-通知权限',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: '.ui.IndexActivity',
matches: '[text="开启推送通知"] +2 * > [text="取消"]',
snapshotUrls: 'https://i.gkd.li/i/14333362',
},
],
},
],
});