forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.newcapec.mobile.ncp.ts
36 lines (35 loc) · 1.11 KB
/
com.newcapec.mobile.ncp.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: 'com.newcapec.mobile.ncp',
name: '完美校园',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: 'TextView[text^="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13263321',
},
{
key: 10,
name: '新版本提示',
desc: '新版本提示弹窗,点击右上角【X】按钮。(需手动开启)',
enable: false,
activityIds: 'com.wanxiao.basebusiness.activity.SplashActivity',
rules: '[id="com.newcapec.mobile.ncp:id/iv_close"]',
snapshotUrls: 'https://i.gkd.li/import/12843377',
},
{
key: 11,
name: '密码过期提示弹窗',
desc: '密码过期提示弹窗,点击【取消】按钮。(需手动开启)',
enable: false,
activityIds: 'com.wanxiao.ui.activity.IndexActivity',
rules: '[id="com.newcapec.mobile.ncp:id/dialog_oppotion"]',
snapshotUrls: 'https://i.gkd.li/import/12843399',
},
],
});