From c00b5c5664f0cbb85fe858c50f18940a2b7521b1 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 23 Oct 2023 00:49:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=85=BE=E8=AE=AF=E6=89=8B=E6=B8=B8?= =?UTF-8?q?=E5=8A=A0=E9=80=9F=E5=99=A8):=20=E6=82=AC=E6=B5=AE=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=EF=BC=88=E8=AF=AF=E8=A7=A6=E5=B7=A6=E4=B8=8A=E8=A7=92?= =?UTF-8?q?=E5=A4=B4=E5=83=8F=EF=BC=89=20(#1312)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.cmocmna.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/apps/com.tencent.cmocmna.ts b/src/apps/com.tencent.cmocmna.ts index 9318012a..bf30f2d1 100644 --- a/src/apps/com.tencent.cmocmna.ts +++ b/src/apps/com.tencent.cmocmna.ts @@ -17,10 +17,12 @@ export default defineAppConfig({ key: 1, name: '悬浮广告', activityIds: 'com.tencent.mocmna.activity.MainActivity', - rules: 'ViewGroup[childCount=2] > @ImageView[id!=null] + ImageView', + rules: + 'ViewGroup[childCount=2] > @ImageView[id!=null][clickable=true] + ImageView', snapshotUrls: [ 'https://gkd-kit.gitee.io/import/12847323', 'https://gkd-kit.gitee.io/import/12847336', + 'https://gkd-kit.songe.li/import/13063271', // 限定 [clickable=true] 防止在此快照中点击左上角头像 ], }, {