@@ -35,16 +35,27 @@ export default defineAppConfig({
35
35
'https://i.gkd.li/i/13218134' ,
36
36
] ,
37
37
} ,
38
+ {
39
+ key : 4 ,
40
+ quickFind : true ,
41
+ activityIds : 'com.tencent.qqmusic.activity.AppStarterActivity' ,
42
+ matches : '@[clickable=true] > [text="广告"]' ,
43
+ snapshotUrls : 'https://i.gkd.li/i/15041019' ,
44
+ } ,
38
45
] ,
39
46
} ,
40
47
{
41
48
key : 2 ,
42
49
name : '全屏广告-首页-底部弹窗广告' ,
43
50
activityIds : 'com.tencent.qqmusic.activity.TranslucentWebViewActivity' ,
44
- rules : 'View[id="js_close_btn"][desc="关闭"]' ,
45
- snapshotUrls : [
46
- 'https://i.gkd.li/i/13115121' ,
47
- 'https://i.gkd.li/i/14798904' ,
51
+ rules : [
52
+ {
53
+ matches : 'View[id="js_close_btn"][desc="关闭"]' ,
54
+ snapshotUrls : [
55
+ 'https://i.gkd.li/i/13115121' ,
56
+ 'https://i.gkd.li/i/14798904' ,
57
+ ] ,
58
+ } ,
48
59
] ,
49
60
} ,
50
61
{
@@ -55,17 +66,25 @@ export default defineAppConfig({
55
66
actionMaximum : 1 ,
56
67
resetMatch : 'app' ,
57
68
quickFind : true ,
58
- rules : '[text="抢先体验"] -2 [text="不再提醒"]' ,
59
- snapshotUrls : 'https://i.gkd.li/i/13178485' ,
69
+ rules : [
70
+ {
71
+ matches : '[text="抢先体验"] -2 [text="不再提醒"]' ,
72
+ snapshotUrls : 'https://i.gkd.li/i/13178485' ,
73
+ } ,
74
+ ] ,
60
75
} ,
61
76
{
62
77
key : 4 ,
63
78
name : '全屏广告-免流弹窗' ,
64
79
desc : '点击[流量够用]' ,
65
- activityIds : 'com.tencent.qqmusic.activity.AppStarterActivity' ,
66
- quickFind : true ,
67
- rules : '[text="流量够用"]' ,
68
- snapshotUrls : 'https://i.gkd.li/i/13197868' ,
80
+ rules : [
81
+ {
82
+ quickFind : true ,
83
+ activityIds : 'com.tencent.qqmusic.activity.AppStarterActivity' ,
84
+ matches : '[text="流量够用"]' ,
85
+ snapshotUrls : 'https://i.gkd.li/i/13197868' ,
86
+ } ,
87
+ ] ,
69
88
} ,
70
89
{
71
90
key : 5 ,
@@ -74,7 +93,7 @@ export default defineAppConfig({
74
93
rules : [
75
94
{
76
95
activityIds : 'com.tencent.qqmusiccommon.hybrid.HybridViewActivity' ,
77
- matches : '[id="com.tencent.qqmusic:id/c5i "] >5 [desc="关闭按钮 "]' ,
96
+ matches : '@[desc="关闭按钮 "] <n * > [desc^="看广告 "]' ,
78
97
snapshotUrls : 'https://i.gkd.li/i/13806773' ,
79
98
} ,
80
99
] ,
@@ -102,8 +121,6 @@ export default defineAppConfig({
102
121
'com.tencent.qqmusic.activity.TranslucentWebViewActivity' ,
103
122
matches :
104
123
'[text^="推荐您开启臻品音质"] -3 [desc="关闭"][clickable=true]' ,
105
- exampleUrls :
106
- 'https://m.gkd.li/57941037/5efa87c2-5097-4c3f-b36d-2cb3bb768e8a' ,
107
124
snapshotUrls : 'https://i.gkd.li/i/14549936' ,
108
125
} ,
109
126
] ,
@@ -118,8 +135,6 @@ export default defineAppConfig({
118
135
rules : [
119
136
{
120
137
matches : '@[vid="close_btn"] - * > [text*="好评"]' ,
121
- exampleUrls :
122
- 'https://m.gkd.li/57941037/65146157-9200-4a1a-b1cc-4a3ca70de351' ,
123
138
snapshotUrls : 'https://i.gkd.li/i/14881903' ,
124
139
} ,
125
140
] ,
@@ -139,6 +154,7 @@ export default defineAppConfig({
139
154
} ,
140
155
{
141
156
preKeys : [ 0 ] ,
157
+ key : 99 ,
142
158
quickFind : true ,
143
159
matches : '@[clickable=true] > [text="不感兴趣"]' ,
144
160
snapshotUrls : 'https://i.gkd.li/i/15010226' ,
0 commit comments