feat: PU口袋校园-全屏广告 (#1455)

Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
天方夜谭
2025-11-17 17:44:22 +08:00
committed by GitHub
parent 6df6046fed
commit a6210cc29f

View File

@@ -106,20 +106,25 @@ export default defineGkdApp({
activityIds: [ activityIds: [
'com.anythink.basead.ui.ATPortraitTranslucentActivity', 'com.anythink.basead.ui.ATPortraitTranslucentActivity',
'com.smartdigimkt.sdk.basead.ui.ATPortraitTranslucentActivity', 'com.smartdigimkt.sdk.basead.ui.ATPortraitTranslucentActivity',
'com.beizi.ad.v2.activity.BeiZiNewInterstitialActivity',
], ],
matches: matches:
'[vid="anythink_myoffer_btn_close_id" || vid="sdm_myoffer_btn_close_id"]', '[vid="anythink_myoffer_btn_close_id" || vid="sdm_myoffer_btn_close_id" || vid="beizi_interstitial_ad_close_iv"]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/i/22868736', 'https://i.gkd.li/i/22868736',
'https://i.gkd.li/i/23293759', 'https://i.gkd.li/i/23293759',
'https://i.gkd.li/i/23577343',
], ],
}, },
{ {
key: 10, key: 10,
fastQuery: true, fastQuery: true,
activityIds: '.lut.act.LutMainActivity', activityIds: '.lut.act.LutMainActivity',
matches: '@[text="关闭"] < * +n * > [text*="广告"]', matches: '@[text="关闭"] < * +n * >(1,2) [text*="广告"]',
snapshotUrls: 'https://i.gkd.li/i/23125533', snapshotUrls: [
'https://i.gkd.li/i/23125533',
'https://i.gkd.li/i/23577305',
],
}, },
{ {
key: 11, key: 11,
@@ -138,6 +143,15 @@ export default defineGkdApp({
'@ImageView[childCount=0][text=null][visibleToUser=true] < FrameLayout[childCount=1] <2 FrameLayout[childCount=2] <2 FrameLayout[childCount=2] <2 FrameLayout[childCount=2] - FrameLayout > [text^="扭动或点击"]', '@ImageView[childCount=0][text=null][visibleToUser=true] < FrameLayout[childCount=1] <2 FrameLayout[childCount=2] <2 FrameLayout[childCount=2] <2 FrameLayout[childCount=2] - FrameLayout > [text^="扭动或点击"]',
snapshotUrls: 'https://i.gkd.li/i/23325124', snapshotUrls: 'https://i.gkd.li/i/23325124',
}, },
{
key: 13,
fastQuery: true,
activityIds:
'com.bytedance.sdk.openadsdk.core.component.reward.activity.TTFullScreenVideoActivity',
matches:
'@ImageView[width<100 && height<100] <<4 * + * >4 [text="反馈"]',
snapshotUrls: 'https://i.gkd.li/i/23567050',
},
], ],
}, },
{ {