From ce0517f15f7c85d6601c13f4455d250ceb577671 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Fri, 10 Nov 2023 00:41:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BD=BB=E6=9D=BE=E9=98=85):=20=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=B9=BF=E5=91=8A=20(#1971)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1961 --- src/apps/io.sbyd.app.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/apps/io.sbyd.app.ts b/src/apps/io.sbyd.app.ts index 63cdb22c..936c4edd 100644 --- a/src/apps/io.sbyd.app.ts +++ b/src/apps/io.sbyd.app.ts @@ -28,6 +28,11 @@ export default defineAppConfig({ 'TextView < LinearLayout[childCount=2] < FrameLayout[childCount=2] > FrameLayout[childCount=1] > ImageView', snapshotUrls: 'https://gkd-kit.gitee.io/import/13274336', }, + { + matches: + 'FrameLayout[childCount=6] > FrameLayout[childCount=1] > ImageView', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13302326', + }, ], }, ],