From 1653b72342a2ead592b424507d2427c37a7714a0 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 7 Sep 2024 20:13:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=BA=A2=E4=B9=A6):=20=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=8F=90=E7=A4=BA-=E9=80=9A=E7=9F=A5=E6=9D=83?= =?UTF-8?q?=E9=99=90=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xingin.xhs.ts | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/apps/com.xingin.xhs.ts b/src/apps/com.xingin.xhs.ts index 63dabecd..f446514c 100644 --- a/src/apps/com.xingin.xhs.ts +++ b/src/apps/com.xingin.xhs.ts @@ -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', + }, ], }, {