mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(PU口袋校园): 首页-弹窗广告、我的-弹窗广告规则优化 (#1857)
This commit is contained in:
@@ -28,7 +28,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '首页-优量汇弹窗广告',
|
name: '首页-弹窗广告',
|
||||||
matchLauncher: true,
|
matchLauncher: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.xyhui.start.PUMainActivity',
|
'com.xyhui.start.PUMainActivity',
|
||||||
@@ -62,11 +62,20 @@ export default defineAppConfig({
|
|||||||
'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'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
matches:
|
||||||
|
'[text="广告"] <n * < * < ViewGroup - ViewGroup >n ViewGroup > ImageView',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13259196',
|
||||||
|
'https://i.gkd.li/import/13259198',
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '首页-浮窗广告',
|
name: '首页-右侧浮窗广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.xyhui.start.PUMainActivity',
|
'com.xyhui.start.PUMainActivity',
|
||||||
@@ -99,8 +108,12 @@ export default defineAppConfig({
|
|||||||
activityIds: [
|
activityIds: [
|
||||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
],
|
],
|
||||||
rules: '[text="查看详情"] <n FrameLayout -n FrameLayout > View',
|
rules:
|
||||||
snapshotUrls: ['https://i.gkd.li/import/13197443'],
|
'[text="查看详情"] <n FrameLayout -n FrameLayout > [(name="android.widget.ImageView"&&clickable=false)||name="android.view.View"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13259183',
|
||||||
|
'https://i.gkd.li/import/13259194',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user