-
-
Notifications
You must be signed in to change notification settings - Fork 204
/
Copy pathcom.allhistory.dls.marble.ts
41 lines (40 loc) · 1.03 KB
/
com.allhistory.dls.marble.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
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.allhistory.dls.marble',
name: '全知识',
groups: [
{
key: 1,
name: '权限提示-通知权限',
desc: '点击暂不开启',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds:
'com.pwrd.dls.marble.other.notification.NotificationDialogActivity',
matches: '[vid="v_open"] + [vid="v_not"]',
snapshotUrls: 'https://i.gkd.li/i/13997956',
},
],
},
{
key: 2,
name: '局部广告-左下角参与答题卡片',
desc: '点击关闭',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: 'com.pwrd.dls.marble.moudle.homepage.HomePageActivity',
matches: ['[vid="iv_board"]', '[vid="iv_close"]'],
snapshotUrls: 'https://i.gkd.li/i/13997954',
},
],
},
],
});