forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.wan.tools.ts
34 lines (33 loc) · 1000 Bytes
/
com.wan.tools.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.wan.tools',
name: '下载工具箱',
groups: [
{
enable: false,
key: 1,
name: '公告弹窗',
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: 'LinearLayout[childCount=2] > @[text="取消"] + [text="确认"]',
snapshotUrls: 'https://i.gkd.li/import/13392027',
},
{
enable: false,
key: 2,
name: '自动识别解析链接',
activityIds: 'com.one.downloadtools.ui.activity.HomeActivity',
rules: '@[text="识别解析"] -2 * > [text^="检测到你复制链接"]',
snapshotUrls: 'https://i.gkd.li/import/13392085',
},
{
enable: false,
key: 3,
name: '开通会员弹窗',
activityIds: 'com.one.downloadtools.ui.activity.HomeActivity',
rules: '[text^="开通会员"] < * +n * > [text="暂不"]',
snapshotUrls: 'https://i.gkd.li/import/13392112',
},
],
});