From 4b465e69539d9b61bd84cca9baf892470eec3a7f Mon Sep 17 00:00:00 2001 From: lisonge Date: Sat, 9 Sep 2023 19:54:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=96=B0=E5=B0=8F=E8=B4=A2=E7=A5=9E?= =?UTF-8?q?=E5=BD=B1=E8=A7=86):=20=E5=86=85=E9=83=A8=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=A2=9E=E5=8A=A0=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.miaoying.appmy.cs.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/apps/com.miaoying.appmy.cs.ts b/src/apps/com.miaoying.appmy.cs.ts index 97adbf98..99b27926 100644 --- a/src/apps/com.miaoying.appmy.cs.ts +++ b/src/apps/com.miaoying.appmy.cs.ts @@ -27,7 +27,12 @@ export default defineAppConfig({ rules: [ { matches: - '@ImageView[desc=null&&id=null] < FrameLayout[childCount=1] +n FrameLayout > FrameLayout > TextView[text.length=4]', + '@ImageView < FrameLayout -2 ImageView < FrameLayout + FrameLayout > FrameLayout > TextView[text.length=4]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12565637'], + }, + { + matches: + '@ImageView[desc=null&&id=null] < FrameLayout[childCount=1] +n FrameLayout[childCount<=1] + FrameLayout > FrameLayout > TextView[text.length=4]', snapshotUrls: [ 'https://gkd-kit.gitee.io/import/12522881', 'https://gkd-kit.gitee.io/import/12565480',