forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.klcxkj.zqxy.ts
42 lines (41 loc) · 1.3 KB
/
com.klcxkj.zqxy.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
42
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.klcxkj.zqxy',
name: '趣智校园',
groups: [
{
key: 1,
name: '第三方 SDK 广告弹窗',
rules: [
{
key: 0,
activityIds: 'com.anythink.basead.ui.ATPortraitTranslucentActivity',
matches: '[id="com.klcxkj.zqxy:id/anythink_myoffer_btn_close_id"]',
snapshotUrls: 'https://i.gkd.li/import/12781415',
},
{
key: 1,
activityIds: 'com.klcxkj.zqxy.ui.main.MainActivity',
matches:
'ImageView - LinearLayout - FrameLayout > FrameLayout > ImageView',
snapshotUrls: 'https://i.gkd.li/import/12781461',
},
{
key: 2,
activityIds: 'com.klcxkj.zqxy.ui.main.MainActivity',
matches:
'ImageView < FrameLayout - FrameLayout > FrameLayout > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13071301',
},
{
key: 3,
activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
matches:
'@Image[text=""] < View +n View > View > TextView[text="广告"]',
snapshotUrls: 'https://i.gkd.li/import/12781461',
},
],
},
],
});