File tree 1 file changed +10
-14
lines changed
1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -35,28 +35,24 @@ export default defineGkdApp({
35
35
name : '权限提示-通知权限' ,
36
36
desc : '点击关闭' ,
37
37
matchTime : 10000 ,
38
- actionMaximum : 1 ,
38
+ actionMaximum : 2 ,
39
39
resetMatch : 'app' ,
40
40
rules : [
41
41
{
42
42
fastQuery : true ,
43
- activityIds : '.ui.my.favorite.FavoriteActivity' ,
43
+ activityIds : [
44
+ '.ui.my.favorite.FavoriteActivity' ,
45
+ '.ui.game.detail.GameDetailActivity' ,
46
+ ] ,
44
47
matches : [
45
- '[vid="clNotificationGuide "][visibleToUser=true]' ,
46
- '[vid="ivClose"][visibleToUser=true]' ,
48
+ '[text="开启推送通知 "][visibleToUser=true]' ,
49
+ '[vid="ivClose" || vid="tvClose" ][visibleToUser=true]' ,
47
50
] ,
48
51
exampleUrls : 'https://e.gkd.li/ce574950-4233-477e-b0cc-a4b0d18df249' ,
49
- snapshotUrls : 'https://i.gkd.li/i/17828834' ,
50
- } ,
51
- {
52
- fastQuery : true ,
53
- activityIds : '.ui.game.detail.GameDetailActivity' ,
54
- matches : [
55
- '[vid="clRoot"][visibleToUser=true]' ,
56
- '[vid="tvClose"][visibleToUser=true]' ,
52
+ snapshotUrls : [
53
+ 'https://i.gkd.li/i/17828834' ,
54
+ 'https://i.gkd.li/i/17949205' ,
57
55
] ,
58
- exampleUrls : 'https://e.gkd.li/cf2fa921-b694-4fc3-9af9-f8ef45bac455' ,
59
- snapshotUrls : 'https://i.gkd.li/i/17949205' ,
60
56
} ,
61
57
] ,
62
58
} ,
You can’t perform that action at this time.
0 commit comments