@@ -35,7 +35,6 @@ export default defineGkdApp({
35
35
key : 1 ,
36
36
name : '权限提示-通知权限' ,
37
37
fastQuery : true ,
38
- matchTime : 30000 ,
39
38
actionMaximum : 1 ,
40
39
resetMatch : 'app' ,
41
40
rules : [
@@ -45,12 +44,16 @@ export default defineGkdApp({
45
44
'.index.v2.IndexActivityV2' ,
46
45
'.notification.NotificationAuthorizationTranslucentActivity' ,
47
46
'com.xingin.matrix.notedetail.r10.comment.r10.NoteCommentActivity' ,
47
+ 'com.xingin.authorization.NotificationAuthorizationTranslucentActivity' ,
48
48
] ,
49
- matches : '@ImageView <2 FrameLayout >2 [text^="打开通知"]' ,
49
+ matches :
50
+ '@ImageView[clickable=true][visibleToUser=true] - LinearLayout > [text^="打开通知" || text^="Enable notifications"]' ,
50
51
snapshotUrls : [
51
52
'https://i.gkd.li/i/13195753' ,
52
53
'https://i.gkd.li/i/13222356' ,
53
54
'https://i.gkd.li/i/13255627' ,
55
+ 'https://i.gkd.li/i/16918033' ,
56
+ 'https://i.gkd.li/i/18417785' ,
54
57
] ,
55
58
} ,
56
59
{
@@ -59,14 +62,6 @@ export default defineGkdApp({
59
62
matches : '@ImageView <2 FrameLayout - [text^="打开通知"]' ,
60
63
snapshotUrls : 'https://i.gkd.li/i/13250418' ,
61
64
} ,
62
- {
63
- key : 2 ,
64
- activityIds :
65
- 'com.xingin.authorization.NotificationAuthorizationTranslucentActivity' ,
66
- matches : '[vid="mNegativeImageView"]' ,
67
- exampleUrls : 'https://e.gkd.li/01c3cb0b-80b1-4e70-a330-6f4afb7ddf44' ,
68
- snapshotUrls : 'https://i.gkd.li/i/16918033' ,
69
- } ,
70
65
] ,
71
66
} ,
72
67
{
0 commit comments