File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,20 @@ export default defineGkdApp({
51
51
{
52
52
key : 2 ,
53
53
fastQuery : true ,
54
- matchTime : 10000 ,
55
54
activityIds : '.MainActivity' ,
56
55
matches : '[vid="ad_close"][visibleToUser=true]' ,
57
56
exampleUrls : 'https://e.gkd.li/76e82ec7-70e5-47cb-91c2-4d00f33ef8ad' ,
58
57
snapshotUrls : 'https://i.gkd.li/i/18529948' ,
59
58
} ,
59
+ {
60
+ key : 3 ,
61
+ fastQuery : true ,
62
+ activityIds : '.MainActivity' ,
63
+ matches :
64
+ '@[desc="top_close_button"] < ViewGroup <2 ViewGroup + ViewGroup >3 [text="广告"][visibleToUser=true]' ,
65
+ exampleUrls : 'https://e.gkd.li/a9dc3648-339a-4925-91dd-730346711b0e' ,
66
+ snapshotUrls : 'https://i.gkd.li/i/18532541' ,
67
+ } ,
60
68
] ,
61
69
} ,
62
70
{
@@ -65,7 +73,6 @@ export default defineGkdApp({
65
73
desc : '点击[好的]' ,
66
74
rules : [
67
75
{
68
- matchTime : 10000 ,
69
76
activityIds : '.MainActivity' ,
70
77
matches : '[desc^="开门成功"] > [desc="好 的"][visibleToUser=true]' ,
71
78
exampleUrls : 'https://e.gkd.li/d8e9be78-a9d4-48f9-a6ee-9ed384a190b3' ,
You can’t perform that action at this time.
0 commit comments