mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat(PU口袋校园): 开屏广告规则优化、我的-弹窗广告 (#1552)
* feat(PU口袋校园): 开屏广告规则优化、我的-弹窗广告 * feat(PU口袋校园): 规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -8,12 +8,22 @@ export default defineAppConfig({
|
|||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.xyhui.start.LoadingActivity',
|
matchTime: 10000,
|
||||||
rules: '[name$="ViewGroup"||name$="LinearLayout"] > [text^="跳过"]',
|
actionMaximum: 1,
|
||||||
snapshotUrls: [
|
resetMatch: 'app',
|
||||||
'https://gkd-kit.gitee.io/import/12642486',
|
rules: [
|
||||||
'https://i.gkd.li/import/12846496',
|
{
|
||||||
'https://i.gkd.li/import/12868232',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12642486',
|
||||||
|
'https://i.gkd.li/import/12846496',
|
||||||
|
'https://i.gkd.li/import/12868232',
|
||||||
|
],
|
||||||
|
matches: '[text^="跳过"][text.length<=10]',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
matches: '[id="com.xyhui:id/ms_skipView"]',
|
||||||
|
snapshotUrls: ['https://i.gkd.li/import/13197417'],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -22,7 +32,6 @@ export default defineAppConfig({
|
|||||||
matchLauncher: true,
|
matchLauncher: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.xyhui.start.PUMainActivity',
|
'com.xyhui.start.PUMainActivity',
|
||||||
'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
|
||||||
'com.huawei.permissioncontroller.hwcust.appjump.AppJumpActivity',
|
'com.huawei.permissioncontroller.hwcust.appjump.AppJumpActivity',
|
||||||
'com.xyhui.start.LoadingActivity',
|
'com.xyhui.start.LoadingActivity',
|
||||||
],
|
],
|
||||||
@@ -84,5 +93,14 @@ export default defineAppConfig({
|
|||||||
'https://i.gkd.li/import/12908865',
|
'https://i.gkd.li/import/12908865',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 4,
|
||||||
|
name: '我的-弹窗广告',
|
||||||
|
activityIds: [
|
||||||
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
|
],
|
||||||
|
rules: '[text="查看详情"] <n FrameLayout -n FrameLayout > View',
|
||||||
|
snapshotUrls: ['https://i.gkd.li/import/13197443'],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user