mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(OmoFun): 插屏广告 (#595)
* feat(OmoFun): 开屏广告,首页通知,插屏广告 合并规则 * feat(OmoFun): 开屏广告,首页通知,插屏广告 * feat(OmoFun): 插屏广告 * feat(OmoFun): 插屏广告
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user