mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(深(新)度搜索): 全屏广告-弹窗广告 (补充规则 #591)
This commit is contained in:
@@ -7,14 +7,12 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '全屏广告-弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
fastQuery: true,
|
desc: '点击关闭',
|
||||||
matchTime: 10000,
|
|
||||||
actionMaximum: 1,
|
|
||||||
resetMatch: 'app',
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '快手广告',
|
name: '快手广告',
|
||||||
|
fastQuery: true,
|
||||||
activityIds: 'com.deep.search.MainActivity',
|
activityIds: 'com.deep.search.MainActivity',
|
||||||
matches: [
|
matches: [
|
||||||
'[text="广告"]',
|
'[text="广告"]',
|
||||||
@@ -22,6 +20,23 @@ export default defineGkdApp({
|
|||||||
],
|
],
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13766176',
|
snapshotUrls: 'https://i.gkd.li/i/13766176',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: 'com.deep.search.SearchActivity',
|
||||||
|
matches:
|
||||||
|
'@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null][parent.childCount>3] +n FrameLayout >(1,2) [text^="立即" || text="查看详情" || text="了解更多" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/1f7e5a9f-e1a1-4e30-9d89-6d18d3717c80',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/18095241',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
activityIds:
|
||||||
|
'com.sigmob.sdk.base.common.PortraitTransparentAdActivity',
|
||||||
|
matches: '[id="ad_area"] >2 [id="close_btn"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/eee962a4-5a67-4bc7-bda2-8c1e3fbe04fe',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/18095172',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user