From 87e7adc0396da8d5bdef0831f75a80944396e7c7 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 29 Aug 2024 19:06:53 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E5=AE=89=E5=BF=83=E5=8A=A0=E9=80=9F?= =?UTF-8?q?=E5=99=A8):=20=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E6=82=AC?= =?UTF-8?q?=E6=B5=AE=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.at.a552360580763717.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.at.a552360580763717.ts b/src/apps/com.at.a552360580763717.ts index cc9a7f75..2266ff61 100644 --- a/src/apps/com.at.a552360580763717.ts +++ b/src/apps/com.at.a552360580763717.ts @@ -12,9 +12,12 @@ export default defineGkdApp({ { activityIds: 'com.ft.movie.project_speed.MainActivity', matches: - 'View[childCount=30] > View[childCount=2] > ImageView[clickable=true][visibleToUser=true][index=0]', + 'View[childCount=29 || childCount=30] > View[childCount=2] > ImageView[clickable=true][visibleToUser=true][index=0]', exampleUrls: 'https://e.gkd.li/089c780e-e37a-4c25-a375-ba7f67b5ae9b', - snapshotUrls: 'https://i.gkd.li/i/16784443', + snapshotUrls: [ + 'https://i.gkd.li/i/16784443', + 'https://i.gkd.li/i/16797995', + ], }, ], },