From 8921628826dcbde89a62a9da4f07ef1bc37f8f1f Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Thu, 19 Oct 2023 00:47:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=B1=B3=E5=AE=B6):=20=E7=B1=B3=E5=AE=B6?= =?UTF-8?q?=E6=99=BA=E6=83=A0=E5=B9=BF=E5=91=8A-=E8=AF=AF=E8=A7=A6?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20(#1205)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1203 --- src/apps/com.xiaomi.smarthome.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/com.xiaomi.smarthome.ts b/src/apps/com.xiaomi.smarthome.ts index f1cccd3b..814aaca5 100644 --- a/src/apps/com.xiaomi.smarthome.ts +++ b/src/apps/com.xiaomi.smarthome.ts @@ -11,7 +11,7 @@ export default defineAppConfig({ rules: [ { matches: - 'RelativeLayout[id=null] > ImageView[id!=null] + ImageView[clickable=true][id!=null]', + 'RelativeLayout[childCount=2] > ImageView[id!=null] + ImageView[clickable=true][id!=null]', snapshotUrls: ['https://gkd-kit.gitee.io/import/12639658'], }, ],