From 5558b16e57a6402889f50e0dc00d1039d2183e2f Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:18:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=BE=AE=E4=BF=A1):=20=E8=AE=A2=E9=98=85?= =?UTF-8?q?=E5=8F=B7=E5=BA=95=E9=83=A8=E5=B9=BF=E5=91=8A=20(#151)?= 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 4bcf1efd..0b8f2958 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -112,8 +112,12 @@ export default defineAppConfig({ { key: 1, name: '点击广告反馈按钮', - matches: '[text="广告"] + [text="feedback_icon"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12642232', + matches: + 'View[childCount=1] >(5) [text="广告"] + [text="feedback_icon"]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12642232', + 'https://gkd-kit.gitee.io/import/12646837', // key: 3 事件完成后,反馈按钮仍然存在,使用 View[childCount=1] 进行限定,防止频繁触发规则 + ], }, { key: 2,