mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
perf: 弹窗广告 (适配fastQuery)
This commit is contained in:
@@ -9,19 +9,24 @@ export default defineGkdApp({
|
||||
name: '全屏广告-弹窗广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'activity',
|
||||
activityIds: 'com.codoon.gps.ui.SlideActivity',
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '首页-弹窗广告',
|
||||
fastQuery: true,
|
||||
activityIds: 'com.codoon.gps.ui.SlideActivity',
|
||||
matches:
|
||||
'[id="android:id/content"] >2 RelativeLayout > ViewGroup[childCount=2] > ImageView[clickable=true] + ImageView[clickable=true]',
|
||||
'@ImageView[clickable=true][childCount=0] - ImageView[clickable=true][childCount=0] < ViewGroup[childCount=2] < RelativeLayout[childCount=1] < RelativeLayout[childCount=1] < [id="android:id/content"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13358586',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '运动圈-弹窗广告',
|
||||
fastQuery: true,
|
||||
activityIds: 'com.codoon.gps.ui.SlideActivity',
|
||||
matches:
|
||||
'[id="android:id/content"] >4 FrameLayout > ImageView + FrameLayout > ImageView',
|
||||
'@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null] <2 FrameLayout[childCount=5] + FrameLayout[childCount=2] > [text^="立即" || text="查看详情" || text="了解更多" || text="去逛逛" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13348663',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user