forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.facetech.konking.ts
More file actions
36 lines (35 loc) · 1.02 KB
/
com.facetech.konking.ts
File metadata and controls
36 lines (35 loc) · 1.02 KB
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.facetech.konking',
name: '人民日报',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.facetech.konking.MainActivity',
matchLauncher: true,
quickFind: true,
rules: [
{
key: 0,
matches:
'[id="com.facetech.konking:id/ksad_splash_circle_skip_view"] > [text="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12841078',
},
{
key: 1,
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12841079',
},
],
},
{
key: 1,
name: '应用内广告弹窗',
activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
rules: '@Image[text=""] < View +n View > View > TextView[text="广告"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12841081',
},
],
});