From 608bfea16c39ef9c1b661515521dc12e080ab201 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 17 Sep 2023 22:22:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1):=20=E6=9C=8B=E5=8F=8B?= =?UTF-8?q?=E5=9C=88=E5=B9=BF=E5=91=8A-=E5=A2=9E=E5=8A=A0=E9=80=82?= =?UTF-8?q?=E9=85=8D=20(#132)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(微信) * feat(微信) * 增加快照 --- src/apps/com.tencent.mm.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index d44c9ea5..4bcf1efd 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -15,6 +15,11 @@ export default defineAppConfig({ rules: [ 'TextView[text*="广告"] + TextView[text="关闭该广告"]', 'ImageView - TextView[text="广告"][id!=null][index=0]', + '[text^="你觉得这条广告怎么样"] + FrameLayout >(2) LinearLayout > [text="关闭该广告"]', + ], + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12642588', + 'https://gkd-kit.gitee.io/import/12642584', ], }, {