From c924e5d8a3edcf6ec1de48142abf11d4fa962b36 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Fri, 10 Nov 2023 00:32:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(ourplay):=20=E5=BC=80=E5=B1=8F,=20?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20(#1966)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 二刺螈 close #1963 --- src/apps/com.excean.gspace.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.excean.gspace.ts b/src/apps/com.excean.gspace.ts index 85737228..8c83c634 100644 --- a/src/apps/com.excean.gspace.ts +++ b/src/apps/com.excean.gspace.ts @@ -14,5 +14,17 @@ export default defineAppConfig({ rules: '[id="com.excean.gspace:id/tv_jump"]', snapshotUrls: 'https://i.gkd.li/import/13296144', }, + { + key: 1, + name: '弹窗广告', + activityIds: 'com.excelliance.kxqp.splash.SplashActivity', + rules: [ + { + matches: + 'FrameLayout[childCount=2] > LinearLayout[childCount=2] + FrameLayout[childCount=1] > ImageView', + snapshotUrls: 'https://i.gkd.li/import/13302890', + }, + ], + }, ], });