From a855788458bfc80a49f13fd48ae82520bc620cae Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:10:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E8=9A=95=E9=9C=B8=E7=8E=8B?= =?UTF-8?q?=E9=A4=90):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A-=E7=A9=BF?= =?UTF-8?q?=E5=B1=B1=E7=94=B2SDK=EF=BC=88=E6=8F=90=E9=AB=98=E8=A7=84?= =?UTF-8?q?=E5=88=99=E9=80=9A=E7=94=A8=E6=80=A7=EF=BC=89=20(#3538)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: adproqwq <2757917031@qq.com> --- src/apps/com.realtech.xiaocan.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.realtech.xiaocan.ts b/src/apps/com.realtech.xiaocan.ts index 7edee1a2..0fdee534 100644 --- a/src/apps/com.realtech.xiaocan.ts +++ b/src/apps/com.realtech.xiaocan.ts @@ -29,8 +29,11 @@ export default defineAppConfig({ { key: 3, matches: - '[id="com.realtech.xiaocan:id/splash_ad_container"] >n FrameLayout[childCount=3] > FrameLayout + @View[clickable=true] + TextView', - snapshotUrls: 'https://i.gkd.li/import/13694858', + '[id="com.realtech.xiaocan:id/splash_ad_container"] >n FrameLayout[childCount<=4] > FrameLayout +n @View[clickable=true] + TextView', + snapshotUrls: [ + 'https://i.gkd.li/import/13694858', + 'https://i.gkd.li/import/13794403', + ], }, ], },