From b947ff0f93a99cfac1d66768927020590ebb8d33 Mon Sep 17 00:00:00 2001 From: shjdgwj <1018996814@qq.com> Date: Thu, 5 Oct 2023 14:16:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(OmoFun):=20=E6=8F=92=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#595)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(OmoFun): 开屏广告,首页通知,插屏广告 合并规则 * feat(OmoFun): 开屏广告,首页通知,插屏广告 * feat(OmoFun): 插屏广告 * feat(OmoFun): 插屏广告 --- src/apps/com.ksf.yyx.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.ksf.yyx.ts b/src/apps/com.ksf.yyx.ts index 89c76cc1..a77384f0 100644 --- a/src/apps/com.ksf.yyx.ts +++ b/src/apps/com.ksf.yyx.ts @@ -42,6 +42,8 @@ export default defineAppConfig({ activityIds: [ 'com.ksf.yyx.MainActivity', 'com.sigmob.sdk.base.common.TransparentAdActivity', + // 'com.miui.wakepath.ui.ConfirmStartActivity', //抓到activityIds为小米的 不确定是否正常 + // 'com.miui.home.launcher.Launcher', ], rules: [ { @@ -69,6 +71,18 @@ export default defineAppConfig({ 'https://gkd-kit.gitee.io/import/12776903', ], }, + { + action: 'clickCenter', + matches: + 'TextView[text="查看详情"] < FrameLayout <2 FrameLayout[childCount=2] -n FrameLayout > FrameLayout > ImageView', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12789196', + }, + { + action: 'clickCenter', + matches: + 'TextView[text="立即下载"] < FrameLayout <2 FrameLayout[childCount=2] -n FrameLayout[childCount=1] > ImageView', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12789928', + }, ], }, ],