From faa2e79e542d5a189cc74dc9870460d19f435751 Mon Sep 17 00:00:00 2001 From: aisouler Date: Sun, 4 Feb 2024 17:29:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=BE=AE=E4=BF=A1):=20=E4=BA=AC=E4=B8=9C?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E8=AF=AF=E8=A7=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 677c02a7..18b09feb 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -460,9 +460,13 @@ export default defineAppConfig({ actionMaximum: 1, activityIds: 'com.tencent.mm.plugin.appbrand.ui.AppBrandUI', rules: { - matches: '@Image -n * > View[text="可横向滚动"]', + matches: + 'View[childCount=8] > View[index=6] > View[childCount=4] > Image[visibleToUser=true]', action: 'clickCenter', - snapshotUrls: ['https://i.gkd.li/import/13298294'], + snapshotUrls: [ + 'https://i.gkd.li/import/13298294', + 'https://i.gkd.li/import/14156176', // 误触快照 + ], }, }, {