From 9b4a15fa1dd723fa2936fe96d86c531df08c11f3 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 5 Apr 2024 17:06:53 +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):=20=E5=85=A8=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85activityid=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.lolaage.tbulu.tools.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/apps/com.lolaage.tbulu.tools.ts b/src/apps/com.lolaage.tbulu.tools.ts index 4a3ab3b9..bc07a7c6 100644 --- a/src/apps/com.lolaage.tbulu.tools.ts +++ b/src/apps/com.lolaage.tbulu.tools.ts @@ -21,12 +21,16 @@ export default defineAppConfig({ { key: 0, name: '腾讯广告', - activityIds: 'com.lolaage.tbulu.tools.ui.activity.WelcomeActivity', + activityIds: [ + 'com.lolaage.tbulu.tools.ui.activity.WelcomeActivity', + 'com.lolaage.tbulu.tools.ui.activity.main.MainActivity', + ], matches: - 'FrameLayout > FrameLayout[childCount=1] > ImageView[width<80][height<80]', + '[id="android:id/content"] >(3,4) FrameLayout[childCount>4] > FrameLayout[childCount=1] > ImageView', snapshotUrls: [ 'https://i.gkd.li/i/13627861', 'https://i.gkd.li/i/13650732', + 'https://i.gkd.li/i/14866147', ], }, ],