File tree 1 file changed +18
-17
lines changed
1 file changed +18
-17
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.zol.android' ,
5
- name : '中关村在线' ,
6
- groups : [
4
+ id : 'com.zol.android' ,
5
+ name : '中关村在线' ,
6
+ groups : [
7
+ {
8
+ key : 0 ,
9
+ name : '局部广告-首页悬浮广告' ,
10
+ desc : '点击关闭' ,
11
+ rules : [
7
12
{
8
- key : 0 ,
9
- name : '局部广告-首页悬浮广告' ,
10
- desc : '点击关闭' ,
11
- rules : [
12
- {
13
- fastQuery : true ,
14
- activityIds : '.renew.ui.MainActivity' ,
15
- matches : '@[vid="close_active"][visibleToUser=true] + [vid="active_enter_layout"][visibleToUser=true]' ,
16
- exampleUrls : 'https://e.gkd.li/ac4f334e-54e7-4df8-b708-2ad101962b4c' ,
17
- snapshotUrls : 'https://i.gkd.li/i/17965705' ,
18
- } ,
19
- ] ,
13
+ fastQuery : true ,
14
+ activityIds : '.renew.ui.MainActivity' ,
15
+ matches :
16
+ '@[vid="close_active"][visibleToUser=true] + [vid="active_enter_layout"][visibleToUser=true]' ,
17
+ exampleUrls : 'https://e.gkd.li/ac4f334e-54e7-4df8-b708-2ad101962b4c' ,
18
+ snapshotUrls : 'https://i.gkd.li/i/17965705' ,
20
19
} ,
21
- ] ,
22
- } ) ;
20
+ ] ,
21
+ } ,
22
+ ] ,
23
+ } ) ;
You can’t perform that action at this time.
0 commit comments