feat(OmoFun): 插屏广告 (#595)

* feat(OmoFun): 开屏广告,首页通知,插屏广告

合并规则

* feat(OmoFun): 开屏广告,首页通知,插屏广告

* feat(OmoFun): 插屏广告

* feat(OmoFun): 插屏广告
This commit is contained in:
shjdgwj
2023-10-05 14:16:44 +08:00
committed by GitHub
parent c5677a0607
commit b947ff0f93

View File

@@ -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',
},
],
},
],