feat(小红书): 权限提示-通知权限(补充规则)

This commit is contained in:
AIsouler
2024-09-07 20:13:34 +08:00
parent 6ff19d9d1c
commit 1653b72342

View File

@@ -14,19 +14,32 @@ export default defineGkdApp({
rules: [
{
key: 0,
activityIds: [
'.index.v2.IndexActivityV2',
'.notification.NotificationAuthorizationTranslucentActivity',
'com.xingin.matrix.notedetail.r10.comment.r10.NoteCommentActivity',
],
matches: '@ImageView <2 FrameLayout >2 [text^="打开通知"]',
snapshotUrls: [
'https://i.gkd.li/i/13195753',
'https://i.gkd.li/i/13222356',
'https://i.gkd.li/i/13256145',
'https://i.gkd.li/i/13255627',
],
},
{
key: 1,
activityIds: '.index.v2.IndexActivityV2',
matches: '@ImageView <2 FrameLayout - [text^="打开通知"]',
snapshotUrls: 'https://i.gkd.li/i/13250418',
},
{
key: 2,
activityIds:
'com.xingin.authorization.NotificationAuthorizationTranslucentActivity',
matches: '[vid="mNegativeImageView"]',
exampleUrls: 'https://e.gkd.li/01c3cb0b-80b1-4e70-a330-6f4afb7ddf44',
snapshotUrls: 'https://i.gkd.li/i/16918033',
},
],
},
{