From 817ba754feaf89b1d2fdbf82521c9dfdb3655453 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 4 Mar 2024 18:28:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(777=E5=BD=B1=E8=A7=86):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E4=BC=98=E5=8C=96=E8=A7=84?= =?UTF-8?q?=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.changyou.app.qi.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/apps/com.changyou.app.qi.ts b/src/apps/com.changyou.app.qi.ts index b993e887..e20e4bf7 100644 --- a/src/apps/com.changyou.app.qi.ts +++ b/src/apps/com.changyou.app.qi.ts @@ -21,11 +21,13 @@ export default defineAppConfig({ { key: 1, activityIds: 'com.changyou.app.qi.MainActivity', - matches: - '[id="android:id/content"] >2 FrameLayout[childCount=4] > FrameLayout[childCount=5] > FrameLayout[index=2][visibleToUser=true]', + matches: '[id="android:id/content"] >5 ImageView[visibleToUser=true]', exampleUrls: 'https://m.gkd.li/57941037/c65e146e-4f2a-42f0-b233-4e04152d851d', - snapshotUrls: 'https://i.gkd.li/i/14296913', + snapshotUrls: [ + 'https://i.gkd.li/i/14296913', + 'https://i.gkd.li/i/14480073', + ], }, ], },