forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.able.wisdomtree.ts
40 lines (39 loc) · 1001 Bytes
/
com.able.wisdomtree.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.able.wisdomtree',
name: '知到',
deprecatedKeys: [1],
groups: [
{
enable: false,
key: 2,
name: '消息推送通知',
desc: '自动点击暂不开启。',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: 'TextView[id="com.able.wisdomtree:id/negativeButton"]',
snapshotUrls: [
'https://i.gkd.li/import/13458779',
'https://i.gkd.li/import/13623441',
'https://i.gkd.li/import/13695447',
],
},
{
enable: false,
key: 3,
name: '升级提醒',
desc: '自动点击忽略。',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text="更新"] -n [text="忽略"]',
snapshotUrls: [
'https://i.gkd.li/import/13458796',
'https://i.gkd.li/import/13797285',
],
},
],
});