From 00f8d3126b9d07a8b4eeaf81cc805c152feea4dc Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:37:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=A4=E6=AD=A5=E8=B7=AF=E6=88=B7?= =?UTF-8?q?=E5=A4=96=E5=8A=A9=E6=89=8B):=E5=BC=B9=E7=AA=97=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#3128)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.lolaage.tbulu.tools.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.lolaage.tbulu.tools.ts b/src/apps/com.lolaage.tbulu.tools.ts index 6d824942..82fb9407 100644 --- a/src/apps/com.lolaage.tbulu.tools.ts +++ b/src/apps/com.lolaage.tbulu.tools.ts @@ -35,8 +35,11 @@ export default defineAppConfig({ name: '腾讯广告', activityIds: 'com.lolaage.tbulu.tools.ui.activity.WelcomeActivity', matches: - 'ImageView -2 FrameLayout > FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]', - snapshotUrls: 'https://i.gkd.li/import/13627861', + 'FrameLayout > FrameLayout[childCount=1] > ImageView[width<80][height<80]', + snapshotUrls: [ + 'https://i.gkd.li/import/13627861', + 'https://i.gkd.li/import/13650732', + ], }, ], },