forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.dep.biguo.ts
38 lines (37 loc) · 1.13 KB
/
com.dep.biguo.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
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.dep.biguo',
name: '自考笔果题库',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.dep.biguo.mvp.ui.activity.SplashActivity',
rules: '[id="com.dep.biguo:id/adView"] [text^="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12708763',
},
{
key: 1,
name: '更新弹窗',
activityIds: 'com.dep.biguo.dialog',
rules: '@[text="取消"] +2 [text="立即更新"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12708751',
},
{
key: 2,
name: '首页广告弹窗',
activityIds: 'com.dep.biguo.dialog',
rules:
'[id="com.dep.biguo:id/imageView"] + [id="com.dep.biguo:id/closeView"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12708756',
},
{
enable: false,
key: 10,
name: '请求定位权限弹窗',
activityIds: 'com.dep.biguo.mvp.ui.activity.MainActivity',
rules: '[text*="定位权限"] +2 [text="拒绝"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12708770',
},
],
});