mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(PU口袋校园): 开屏广告,优量汇弹窗广告,浮窗广告 (#927)
* feat(PU口袋校园): 一些规则 (gkd-kit#926) - 开屏广告 - 首页-优量汇弹窗广告 - 首页-浮窗广告 * feat(PU口袋校园): 首页-优量汇弹窗广告-规则优化 * feat(PU口袋校园): 首页-优量汇弹窗广告-规则优化
This commit is contained in:
@@ -8,41 +8,46 @@ export default defineAppConfig({
|
|||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.xyhui.start.LoadingActivity',
|
activityIds: 'com.xyhui.start.LoadingActivity',
|
||||||
rules: 'LinearLayout > [text^="跳过"]',
|
rules: '[name$="ViewGroup"||name$="LinearLayout"] > [text^="跳过"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://gkd-kit.gitee.io/import/12642486',
|
'https://gkd-kit.gitee.io/import/12642486',
|
||||||
'https://gkd-kit.songe.li/import/12846496',
|
'https://gkd-kit.songe.li/import/12846496',
|
||||||
|
'https://gkd-kit.songe.li/import/12868232',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '优量汇广告',
|
name: '首页-优量汇弹窗广告',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.xyhui.start.PUMainActivity',
|
'com.xyhui.start.PUMainActivity',
|
||||||
'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
||||||
'com.huawei.permissioncontroller.hwcust.appjump.AppJumpActivity',
|
'com.huawei.permissioncontroller.hwcust.appjump.AppJumpActivity',
|
||||||
|
'com.xyhui.start.LoadingActivity',
|
||||||
],
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
matches:
|
matches:
|
||||||
'[text="查看详情"||text="立即打开"||text="立即抢购"||text="立即安装"||text="立即下载"] - View < FrameLayout - FrameLayout >(2) ImageView[id=null]',
|
'TextView - View < FrameLayout - FrameLayout >(2) ImageView[id=null]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://gkd-kit.gitee.io/import/12642482', // 查看详情
|
'https://gkd-kit.gitee.io/import/12642482', // 查看详情
|
||||||
'https://gkd-kit.gitee.io/import/12646347', // 立即打开
|
'https://gkd-kit.gitee.io/import/12646347', // 立即打开
|
||||||
'https://gkd-kit.gitee.io/import/12646519', // 立即抢购
|
'https://gkd-kit.gitee.io/import/12646519', // 立即抢购
|
||||||
'https://gkd-kit.songe.li/import/12793157', // 立即安装
|
'https://gkd-kit.songe.li/import/12793157', // 立即安装
|
||||||
'https://gkd-kit.songe.li/import/12793177', // 立即下载
|
'https://gkd-kit.songe.li/import/12793177', // 立即下载
|
||||||
|
'https://gkd-kit.songe.li/import/12868157', // 立即下载, activityId = 'com.xyhui.start.LoadingActivity'
|
||||||
|
'https://gkd-kit.songe.li/import/12868369', // 去微信看看
|
||||||
'https://gkd-kit.gitee.io/import/12646541', // 华为手机的快照,activityId = 'com.huawei.permissioncontroller.hwcust.appjump.AppJumpActivity'
|
'https://gkd-kit.gitee.io/import/12646541', // 华为手机的快照,activityId = 'com.huawei.permissioncontroller.hwcust.appjump.AppJumpActivity'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
matches:
|
matches:
|
||||||
'[text="查看详情"||text="立即打开"||text="立即抢购"||text="立即下载"] - View < FrameLayout -(4) FrameLayout > ImageView[id=null]',
|
'TextView - View < FrameLayout -(4) FrameLayout > ImageView[id=null]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://gkd-kit.gitee.io/import/12643276', // 查看详情
|
'https://gkd-kit.gitee.io/import/12643276', // 查看详情
|
||||||
'https://gkd-kit.songe.li/import/12793180', // 立即下载
|
'https://gkd-kit.songe.li/import/12793180', // 立即下载
|
||||||
|
'https://gkd-kit.songe.li/import/12868503', // 去微信看看
|
||||||
'https://gkd-kit.gitee.io/import/12646420', // 华为手机的快照,activityId = 'com.huawei.android.launcher.unihome.UniHomeLauncher'
|
'https://gkd-kit.gitee.io/import/12646420', // 华为手机的快照,activityId = 'com.huawei.android.launcher.unihome.UniHomeLauncher'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -51,9 +56,15 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '首页-浮窗广告',
|
name: '首页-浮窗广告',
|
||||||
activityIds: 'com.xyhui.start.PUMainActivity',
|
activityIds: [
|
||||||
|
'com.xyhui.start.PUMainActivity',
|
||||||
|
'com.xyhui.start.LoadingActivity',
|
||||||
|
],
|
||||||
rules: 'ImageView[id="com.xyhui:id/deleteIv"]',
|
rules: 'ImageView[id="com.xyhui:id/deleteIv"]',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12846543',
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12846543',
|
||||||
|
'https://gkd-kit.songe.li/import/12868119',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user