File tree 1 file changed +21
-19
lines changed
1 file changed +21
-19
lines changed Original file line number Diff line number Diff line change 1
1
import { defineGkdApp } from '@gkd-kit/define' ;
2
2
3
3
export default defineGkdApp ( {
4
- id : 'com.uusense.speed' ,
5
- name : '测网速' ,
6
- groups : [
4
+ id : 'com.uusense.speed' ,
5
+ name : '测网速' ,
6
+ groups : [
7
+ {
8
+ key : 0 ,
9
+ name : '开屏广告' ,
10
+ desc : '点击【跳过】' ,
11
+ matchTime : 10000 ,
12
+ actionMaximum : 1 ,
13
+ resetMatch : 'app' ,
14
+ rules : [
7
15
{
8
- key : 0 ,
9
- name : '开屏广告' ,
10
- desc : '点击【跳过】' ,
11
- matchTime : 10000 ,
12
- actionMaximum : 1 ,
13
- resetMatch : 'app' ,
14
- rules : [
15
- {
16
- activityIds : 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T' ,
17
- matches : 'FrameLayout[childCount=5] > @View[name="android.view.View"][vid=null][text=null][desc=null][visibleToUser=true][width=150][height=150] + TextView' ,
18
- exampleUrls : 'https://e.gkd.li/60fb0a73-6948-43c6-bf76-e4f08632643f' ,
19
- snapshotUrls : 'https://i.gkd.li/i/18354647' ,
20
- } ,
21
- ] ,
16
+ activityIds :
17
+ 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T' ,
18
+ matches :
19
+ 'FrameLayout[childCount=5] > @View[name="android.view.View"][vid=null][text=null][desc=null][visibleToUser=true][width=150][height=150] + TextView' ,
20
+ exampleUrls : 'https://e.gkd.li/60fb0a73-6948-43c6-bf76-e4f08632643f' ,
21
+ snapshotUrls : 'https://i.gkd.li/i/18354647' ,
22
22
} ,
23
- ] ,
24
- } ) ;
23
+ ] ,
24
+ } ,
25
+ ] ,
26
+ } ) ;
You can’t perform that action at this time.
0 commit comments