From 08dec87f355f4dc7afbeef327c4b0a473af3a92e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 2 Sep 2024 15:51:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1):=20=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=B1=BB-=E8=87=AA=E5=8A=A8=E7=82=B9=E5=87=BB[=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E5=8E=9F=E8=A7=86=E9=A2=91]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index a8879f8e..71721179 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -642,5 +642,18 @@ export default defineGkdApp({ }, ], }, + { + key: 36, + name: '功能类-自动点击[查看原视频]', + rules: [ + { + fastQuery: true, + activityIds: '.ui.chatting.gallery.ImageGalleryUI', + matches: '[text^="查看原视频"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/5332aff9-05bb-4b44-b832-5e2d9b1c1270', + snapshotUrls: 'https://i.gkd.li/i/16833732', + }, + ], + }, ], });