From 3965c09813b4a24d220a7ff6bd8099e101aa36a9 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:49:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8B=B7=E8=B4=9D=E6=BC=AB=E7=94=BB):=20?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E6=8C=89=E9=92=AE-=E8=A7=84=E5=88=99?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20(#1095)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.copymanga.app.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.copymanga.app.ts b/src/apps/com.copymanga.app.ts index 9a23fc2a..c11987d0 100644 --- a/src/apps/com.copymanga.app.ts +++ b/src/apps/com.copymanga.app.ts @@ -77,8 +77,11 @@ export default defineAppConfig({ { name: '点击右下角x', matches: - 'FrameLayout[childCount=3] > LinearLayout[childCount=1] + FrameLayout[childCount=1] > ImageView[id=null]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12851671', + 'FrameLayout[childCount=3] > LinearLayout + FrameLayout[childCount=1] > ImageView[id=null]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12851671', + 'https://gkd-kit.gitee.io/import/12909005', + ], }, ], },