From e622e56363712f8e81fa963ebe3ecfb17e6f70fc Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:35:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E7=A8=8B=E7=9B=B8=E6=9C=BA):=20?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=E5=A4=B1=E6=95=88=EF=BC=88?= =?UTF-8?q?=E5=AD=97=E8=8A=82=E3=80=81=E8=85=BE=E8=AE=AFSDK=EF=BC=89=20(#3?= =?UTF-8?q?422)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3418 --- src/apps/com.xpx365.projphoto.ts | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/apps/com.xpx365.projphoto.ts b/src/apps/com.xpx365.projphoto.ts index d47bf002..d4cc3599 100644 --- a/src/apps/com.xpx365.projphoto.ts +++ b/src/apps/com.xpx365.projphoto.ts @@ -16,15 +16,18 @@ export default defineAppConfig({ activityIds: 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', matches: - 'LinearLayout[clickable=true] > LinearLayout[clickable=true] > ImageView[width<90][height<90]', - snapshotUrls: 'https://i.gkd.li/import/13695604', + '@LinearLayout[clickable=true] > LinearLayout[clickable=true]', + snapshotUrls: [ + 'https://i.gkd.li/import/13695604', + 'https://i.gkd.li/import/13762212', + 'https://i.gkd.li/import/13762195', + ], }, { name: '腾讯广告SDK', activityIds: 'com.xpx365.projphoto.FirstActivity', - matches: - 'FrameLayout[childCount>1] > FrameLayout[childCount=1] > ImageView[width<90][height<90]', - snapshotUrls: 'https://i.gkd.li/import/13695519', + matches: 'FrameLayout[childCount>1] > FrameLayout[index=3]', + snapshotUrls: 'https://i.gkd.li/import/13762196', }, { name: '快手广告SDK',