File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ import { defineGkdApp } from '@gkd-kit/define' ;
2
+
3
+ export default defineGkdApp ( {
4
+ id : 'com.tencent.qqmusiclite.universal' ,
5
+ name : '音乐' ,
6
+ groups : [
7
+ {
8
+ key : 1 ,
9
+ name : '局部广告-卡片广告' ,
10
+ desc : '点击关闭' ,
11
+ rules : [
12
+ {
13
+ key : 0 ,
14
+ fastQuery : true ,
15
+ activityIds : 'com.tencent.qqmusiclite.activity.MainActivity' ,
16
+ matches : '[vid="ad_close"][visibleToUser=true]' ,
17
+ exampleUrls : 'https://e.gkd.li/2b50621d-8425-4b5f-aed7-aa767cf5eecf' ,
18
+ snapshotUrls : 'https://i.gkd.li/i/18699697' ,
19
+ } ,
20
+ {
21
+ key : 1 ,
22
+ fastQuery : true ,
23
+ activityIds :
24
+ 'com.tencent.qqmusiclite.activity.player.MusicPlayerActivity' ,
25
+ matches : '[vid="ad_skip_text"][visibleToUser=true]' ,
26
+ exampleUrls : 'https://e.gkd.li/0b1ba9a0-03a9-421c-88f2-cc3bd8d6be3c' ,
27
+ snapshotUrls : 'https://i.gkd.li/i/18699710' ,
28
+ } ,
29
+ ] ,
30
+ } ,
31
+ ] ,
32
+ } ) ;
You can’t perform that action at this time.
0 commit comments