From d4b4d7339351a5dda2cbb5fd5062b361bd016e6e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 4 Apr 2024 16:05:38 +0800 Subject: [PATCH] =?UTF-8?q?perf(OurPlay):=20=E5=85=A8=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.excean.gspace.ts | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/apps/com.excean.gspace.ts b/src/apps/com.excean.gspace.ts index 5746e5b0..49912d8c 100644 --- a/src/apps/com.excean.gspace.ts +++ b/src/apps/com.excean.gspace.ts @@ -7,22 +7,26 @@ export default defineAppConfig({ { key: 1, name: '全屏广告-弹窗广告', + forcedTime: 10000, activityIds: [ 'com.excelliance.kxqp.splash.SplashActivity', 'com.excelliance.kxqp.gs.main.MainActivity', ], rules: [ { - name: '类型1', + key: 0, matches: 'FrameLayout[childCount=2] > LinearLayout[childCount=2] + FrameLayout[childCount=1] > ImageView', snapshotUrls: 'https://i.gkd.li/i/13302890', }, { - name: '类型2', + key: 1, matches: - 'ImageView - LinearLayout - FrameLayout > FrameLayout[childCount=1] > ImageView[width<80][height<80]', - snapshotUrls: 'https://i.gkd.li/i/13447122', + '[id="android:id/content"] >(3,4) FrameLayout[childCount>4] > FrameLayout[childCount=1] > ImageView', + snapshotUrls: [ + 'https://i.gkd.li/i/13447122', + 'https://i.gkd.li/i/14862348', + ], }, ], },