mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
feat(全球购骑士特权): 开屏广告、其他软件规则分类
This commit is contained in:
@@ -25,7 +25,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '信息流广告',
|
name: '分段广告-信息流广告',
|
||||||
activityIds: 'com.uc.browser.InnerUCMobile',
|
activityIds: 'com.uc.browser.InnerUCMobile',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -50,7 +50,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '请求通知权限弹窗',
|
name: '通知提示-请求通知权限弹窗',
|
||||||
activityIds: 'com.uc.browser.InnerUCMobile',
|
activityIds: 'com.uc.browser.InnerUCMobile',
|
||||||
|
|
||||||
rules: '@ImageView - LinearLayout >n [text="开启消息通知"]',
|
rules: '@ImageView - LinearLayout >n [text="开启消息通知"]',
|
||||||
@@ -61,7 +61,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 11,
|
key: 11,
|
||||||
name: '请求添加桌面快捷方式权限弹窗',
|
name: '功能类-请求添加桌面快捷方式权限弹窗',
|
||||||
activityIds: 'com.uc.browser.InnerUCMobile',
|
activityIds: 'com.uc.browser.InnerUCMobile',
|
||||||
rules: '@ImageView + [text^="添加"][text$="到桌面"]',
|
rules: '@ImageView + [text^="添加"][text$="到桌面"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12880983',
|
snapshotUrls: 'https://i.gkd.li/import/12880983',
|
||||||
|
|||||||
@@ -17,5 +17,24 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '开屏广告',
|
||||||
|
desc: '点击跳过',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.black.unique.feature.home.HomeActivity',
|
||||||
|
matches:
|
||||||
|
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/63a72bd6-72be-410c-86ab-09ba7a4fa318',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14167393',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '@[text="暂不更新"] + [text="立即更新"]',
|
rules: '@[text="暂不更新"] + [text="立即更新"]',
|
||||||
@@ -17,7 +17,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '广告弹窗',
|
name: '全屏广告-弹窗广告',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.ecitic.bank.mobile.ui.MainActivity',
|
'com.ecitic.bank.mobile.ui.MainActivity',
|
||||||
'com.ecitic.bank.mobile.ui.webview.CordovaWebViewActivity',
|
'com.ecitic.bank.mobile.ui.webview.CordovaWebViewActivity',
|
||||||
@@ -31,7 +31,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '请求开通知权限弹窗',
|
name: '通知提示-请求开通知权限弹窗',
|
||||||
activityIds: 'com.ecitic.bank.mobile.ui.MainActivity',
|
activityIds: 'com.ecitic.bank.mobile.ui.MainActivity',
|
||||||
rules: '@[text="取消"] + [text="立即开启"]',
|
rules: '@[text="取消"] + [text="立即开启"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13399102',
|
snapshotUrls: 'https://i.gkd.li/import/13399102',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '设为默认应用提示',
|
name: '功能类-设为默认应用提示',
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
|||||||
@@ -6,12 +6,11 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '腾讯广告',
|
name: '腾讯广告',
|
||||||
activityIds: [],
|
|
||||||
matches:
|
matches:
|
||||||
'ImageView -2 FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
|
'ImageView -2 FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13625406',
|
snapshotUrls: 'https://i.gkd.li/import/13625406',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '版本更新',
|
name: '更新提示',
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '通知权限授权弹窗',
|
name: '通知提示-通知权限授权弹窗',
|
||||||
enable: false,
|
enable: false,
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.excelliance.kxqp.splash.SplashActivity',
|
'com.excelliance.kxqp.splash.SplashActivity',
|
||||||
'com.excelliance.kxqp.gs.main.MainActivity',
|
'com.excelliance.kxqp.gs.main.MainActivity',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '[text="发现新版本"] +n * > [text="忽略"]',
|
rules: '[text="发现新版本"] +n * > [text="忽略"]',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '应用内广告弹窗',
|
name: '全屏广告-广告弹窗',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
rules: '@Image[text=""] < View +n View > View > TextView[text="广告"]',
|
rules: '@Image[text=""] < View +n View > View > TextView[text="广告"]',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '广告卡片',
|
name: '局部广告-广告卡片',
|
||||||
activityIds: 'com.mvvm.view.LazyMapStrategyActivity_TengXun',
|
activityIds: 'com.mvvm.view.LazyMapStrategyActivity_TengXun',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -29,7 +29,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '开启通知弹窗',
|
name: '通知提示-请求通知弹窗',
|
||||||
desc: '自动点击“以后再说”',
|
desc: '自动点击“以后再说”',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '应用内弹窗',
|
name: '全屏广告-弹窗广告',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.fanli.android.module.webview.ui.activity.TransparentBrowserInnerActivity',
|
'com.fanli.android.module.webview.ui.activity.TransparentBrowserInnerActivity',
|
||||||
rules: '[id="J_poplayer_box"] >n @View + [text="main_bkg"]',
|
rules: '[id="J_poplayer_box"] >n @View + [text="main_bkg"]',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '首页广告弹窗',
|
name: '全屏广告-首页弹窗广告',
|
||||||
activityIds: ['com.ys.resemble.ui.MainActivity'],
|
activityIds: ['com.ys.resemble.ui.MainActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '评分弹窗',
|
name: '评价提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
activityIds:
|
activityIds:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '升级弹窗',
|
name: '更新提示',
|
||||||
activityIds: 'com.fenbi.android.module.home.HomeActivity',
|
activityIds: 'com.fenbi.android.module.home.HomeActivity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '自动连接耳机',
|
name: '功能类-自动连接耳机',
|
||||||
desc: '点击连接耳机按钮,点击扫描到的第一个设备',
|
desc: '点击连接耳机按钮,点击扫描到的第一个设备',
|
||||||
activityIds: ['com.fengeek.f002.MainActivity'],
|
activityIds: ['com.fengeek.f002.MainActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
@@ -29,7 +29,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '升级专业版弹窗',
|
name: '全屏广告-升级专业版弹窗',
|
||||||
activityIds: 'com.fileunzip.zxwknight.activity.MainActivity',
|
activityIds: 'com.fileunzip.zxwknight.activity.MainActivity',
|
||||||
rules:
|
rules:
|
||||||
'@[id="com.fileunzip.zxwknight:id/ziputil_dialog_imageview"] +n [text="升级到专业版"]',
|
'@[id="com.fileunzip.zxwknight:id/ziputil_dialog_imageview"] +n [text="升级到专业版"]',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '卡片式广告',
|
name: '局部广告-卡片式广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '卡片式广告',
|
name: '局部广告-卡片式广告',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.github.eprendre.tingshu.ui.search.AggregateSearchActivity',
|
'com.github.eprendre.tingshu.ui.search.AggregateSearchActivity',
|
||||||
'com.github.eprendre.tingshu.ui.play.PlayerActivity',
|
'com.github.eprendre.tingshu.ui.play.PlayerActivity',
|
||||||
@@ -28,7 +28,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '会员提示',
|
name: '全屏广告-会员提示',
|
||||||
desc: '点击不需要',
|
desc: '点击不需要',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.gkid.crazyrope.ui.member.MemberDiscountsActivity',
|
activityIds: 'com.gkid.crazyrope.ui.member.MemberDiscountsActivity',
|
||||||
@@ -19,7 +19,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '浮窗广告',
|
name: '分段广告-浮窗广告',
|
||||||
desc: '二步确认',
|
desc: '二步确认',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.gkid.crazyrope.ui.drillcommon.DrillActivity',
|
activityIds: 'com.gkid.crazyrope.ui.drillcommon.DrillActivity',
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 10,
|
key: 10,
|
||||||
enable: false,
|
enable: false,
|
||||||
name: '跳过实体号码链接',
|
name: '功能类-跳过实体号码链接',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '登录弹窗',
|
name: '功能类-登录弹窗',
|
||||||
desc: '登录备份翻译记录',
|
desc: '登录备份翻译记录',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '播放界面广告',
|
name: '局部广告-播放界面广告',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.google.android.apps.youtube.music.activities.MusicActivity',
|
'com.google.android.apps.youtube.music.activities.MusicActivity',
|
||||||
rules: '[id="com.google.android.apps.youtube.music:id/skip_ad_text"]',
|
rules: '[id="com.google.android.apps.youtube.music:id/skip_ad_text"]',
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '信息流广告',
|
name: '分段广告-信息流广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '视频播放-跳过广告',
|
name: '全屏广告-视频播放-跳过广告',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.google.android.apps.youtube.app.watchwhile.WatchWhileActivity',
|
'com.google.android.apps.youtube.app.watchwhile.WatchWhileActivity',
|
||||||
'com.google.android.apps.youtube.app.watchwhile.MainActivity',
|
'com.google.android.apps.youtube.app.watchwhile.MainActivity',
|
||||||
@@ -33,7 +33,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '视频播放-赞助商广告',
|
name: '全屏广告-视频播放-赞助商广告',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.google.android.apps.youtube.app.watchwhile.WatchWhileActivity',
|
'com.google.android.apps.youtube.app.watchwhile.WatchWhileActivity',
|
||||||
rules:
|
rules:
|
||||||
@@ -46,7 +46,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '首页-会员广告',
|
name: '局部广告-首页会员广告',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.google.android.apps.youtube.app.watchwhile.WatchWhileActivity',
|
'com.google.android.apps.youtube.app.watchwhile.WatchWhileActivity',
|
||||||
rules:
|
rules:
|
||||||
@@ -55,7 +55,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '订阅浮窗广告',
|
name: '全屏广告-订阅浮窗广告',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.google.android.apps.youtube.app.watchwhile.MainActivity',
|
'com.google.android.apps.youtube.app.watchwhile.MainActivity',
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '青少年模式弹窗',
|
name: '青少年模式',
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
@@ -15,7 +15,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '首页广告弹窗',
|
name: '全屏广告-首页弹窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
@@ -32,7 +32,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '首页信息流广告',
|
name: '局部广告-首页信息流广告',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.gotokeep.keep.refactor.business.main.activity.MainActivity',
|
'com.gotokeep.keep.refactor.business.main.activity.MainActivity',
|
||||||
rules:
|
rules:
|
||||||
@@ -41,7 +41,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '运动购页面-广告弹窗',
|
name: '全屏广告-运动购页面-广告弹窗',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
@@ -63,7 +63,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 5,
|
key: 5,
|
||||||
name: '请求开启通知权限弹窗',
|
name: '全屏广告-请求开启通知权限弹窗',
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '关闭更新弹窗',
|
name: '更新提示',
|
||||||
activityIds: 'com.mc10086.cmcc.view.tabs.AppTabFragment',
|
activityIds: 'com.mc10086.cmcc.view.tabs.AppTabFragment',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12534264',
|
snapshotUrls: 'https://i.gkd.li/import/12534264',
|
||||||
rules:
|
rules:
|
||||||
@@ -14,7 +14,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '首页广告弹窗',
|
name: '全屏广告-首页弹窗广告',
|
||||||
activityIds: ['com.mc10086.cmcc.view.tabs.AppTabFragment'],
|
activityIds: ['com.mc10086.cmcc.view.tabs.AppTabFragment'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -26,7 +26,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '请求推送通知弹窗',
|
name: '通知提示-请求推送通知弹窗',
|
||||||
desc: '请求推送通知弹窗,点击取消',
|
desc: '请求推送通知弹窗,点击取消',
|
||||||
activityIds: 'com.mc10086.cmcc.base.StartPageActivity',
|
activityIds: 'com.mc10086.cmcc.base.StartPageActivity',
|
||||||
rules: [
|
rules: [
|
||||||
@@ -46,7 +46,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 11,
|
key: 11,
|
||||||
name: '请求获取剪贴板权限弹窗',
|
name: '权限提示-请求获取剪贴板权限弹窗',
|
||||||
desc: '请求获取剪贴板权限弹窗,点击不允许',
|
desc: '请求获取剪贴板权限弹窗,点击不允许',
|
||||||
activityIds: ['com.mc10086.cmcc.view.tabs.AppTabFragment'],
|
activityIds: ['com.mc10086.cmcc.view.tabs.AppTabFragment'],
|
||||||
rules: [
|
rules: [
|
||||||
@@ -62,7 +62,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 12,
|
key: 12,
|
||||||
name: '右侧悬浮小图标',
|
name: '局部广告-右侧悬浮小图标',
|
||||||
activityIds: ['com.mc10086.cmcc.view.tabs.AppTabFragment'],
|
activityIds: ['com.mc10086.cmcc.view.tabs.AppTabFragment'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -74,7 +74,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 13,
|
key: 13,
|
||||||
name: '请求好评弹窗',
|
name: '评价提示-请求好评弹窗',
|
||||||
activityIds: ['com.mc10086.cmcc.view.tabs.AppTabFragment'],
|
activityIds: ['com.mc10086.cmcc.view.tabs.AppTabFragment'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,8 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '主页面上方广告',
|
name: '局部广告-主页面上方广告',
|
||||||
|
|
||||||
activityIds: ['com.gspace.android.ui.activity.main.MainActivity'],
|
activityIds: ['com.gspace.android.ui.activity.main.MainActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -32,7 +31,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: 'Youtube播放视频跳过广告',
|
name: '全屏广告-Youtube播放视频跳过广告',
|
||||||
// activityIds: 'com.huawei.openalliance.ad.ppskit.activity.InnerPPSInterstitialAdActivity',
|
// activityIds: 'com.huawei.openalliance.ad.ppskit.activity.InnerPPSInterstitialAdActivity',
|
||||||
// 我不清楚,上面的activityIds是否与系统有关
|
// 我不清楚,上面的activityIds是否与系统有关
|
||||||
rules: '[id="com.google.android.youtube:id/skip_ad_button"]',
|
rules: '[id="com.google.android.youtube:id/skip_ad_button"]',
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 6,
|
key: 6,
|
||||||
name: '广告弹窗',
|
name: '全屏广告-弹窗广告',
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
|||||||
@@ -6,14 +6,14 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
activityIds: 'com.guwendao.gwd.MainActivity',
|
activityIds: 'com.guwendao.gwd.MainActivity',
|
||||||
rules: '[text="应用升级提醒"] +n LinearLayout > [text="取消"]',
|
rules: '[text="应用升级提醒"] +n LinearLayout > [text="取消"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12776605',
|
snapshotUrls: 'https://i.gkd.li/import/12776605',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '第三方 SDK 广告弹窗',
|
name: '全屏广告-弹窗广告',
|
||||||
activityIds: 'com.guwendao.gwd.MainActivity',
|
activityIds: 'com.guwendao.gwd.MainActivity',
|
||||||
rules: [
|
rules: [
|
||||||
// 腾讯广告
|
// 腾讯广告
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 5,
|
key: 5,
|
||||||
name: '广告弹窗',
|
name: '全屏广告-弹窗广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.haier.uhome.uplus.upgradeui.ui.UpgradeDialogActivity',
|
'com.haier.uhome.uplus.upgradeui.ui.UpgradeDialogActivity',
|
||||||
'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
||||||
@@ -20,7 +20,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '请求通知权限弹窗',
|
name: '通知提示-请求通知权限弹窗',
|
||||||
activityIds: 'com.haier.uhome.uplus.ui.widget.MPermissionCheckDialog',
|
activityIds: 'com.haier.uhome.uplus.ui.widget.MPermissionCheckDialog',
|
||||||
rules: '[text*="通知栏权限"] +n LinearLayout > [text="取消"]',
|
rules: '[text*="通知栏权限"] +n LinearLayout > [text="取消"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12726829',
|
snapshotUrls: 'https://i.gkd.li/import/12726829',
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '悬浮广告',
|
name: '局部广告-悬浮广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
@@ -28,7 +28,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
@@ -54,7 +54,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '请求开启通知权限弹窗',
|
name: '通知提示-请求开启通知权限弹窗',
|
||||||
activityIds: [],
|
activityIds: [],
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '关闭开启通知弹窗',
|
name: '通知提示-关闭开启通知弹窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
@@ -22,7 +22,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
activityIds: 'com.hd.smartVillage.modules.main.MainActivity',
|
activityIds: 'com.hd.smartVillage.modules.main.MainActivity',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '信息流广告',
|
name: '分段广告-信息流广告',
|
||||||
desc: '信息流广告-点击x按钮-点击内容质量差',
|
desc: '信息流广告-点击x按钮-点击内容质量差',
|
||||||
activityIds: ['com.hexin.plat.android.Hexin'],
|
activityIds: ['com.hexin.plat.android.Hexin'],
|
||||||
rules: [
|
rules: [
|
||||||
@@ -27,7 +27,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '指数页面-底部产品广告',
|
name: '局部广告-底部产品广告',
|
||||||
activityIds: ['com.hexin.plat.android'],
|
activityIds: ['com.hexin.plat.android'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '版本更新',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '首页广告',
|
name: '全屏广告-首页弹窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
@@ -20,7 +20,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '首页浮窗',
|
name: '局部广告-首页浮窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.zhangyue.iReader.bookshelf.ui.ActivityBookShelf',
|
activityIds: 'com.zhangyue.iReader.bookshelf.ui.ActivityBookShelf',
|
||||||
@@ -34,7 +34,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '今日推荐',
|
name: '局部广告-今日推荐',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.zhangyue.iReader.bookshelf.ui.ActivityBookShelf',
|
activityIds: 'com.zhangyue.iReader.bookshelf.ui.ActivityBookShelf',
|
||||||
|
|||||||
@@ -6,9 +6,8 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '广告弹窗',
|
name: '全屏广告-弹窗广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.hihonor.android.launcher.unihome.UniHomeLauncher',
|
'com.hihonor.android.launcher.unihome.UniHomeLauncher',
|
||||||
'com.hihonor.appmarket.module.main.MainActivity',
|
'com.hihonor.appmarket.module.main.MainActivity',
|
||||||
@@ -21,7 +20,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '悬浮窗小广告',
|
name: '局部广告-悬浮窗小广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.hihonor.appmarket.module.main.MainActivity',
|
activityIds: 'com.hihonor.appmarket.module.main.MainActivity',
|
||||||
rules: '[id="com.hihonor.appmarket:id/iv_floating_close"]',
|
rules: '[id="com.hihonor.appmarket:id/iv_floating_close"]',
|
||||||
@@ -29,7 +28,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '推送通知',
|
name: '通知提示-请求推送通知弹窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.hihonor.appmarket.module.main.MainActivity',
|
activityIds: 'com.hihonor.appmarket.module.main.MainActivity',
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '卡片式广告',
|
name: '局部广告-卡片式广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
|||||||
@@ -6,14 +6,14 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '首页顶部广告',
|
name: '局部广告-首页顶部广告',
|
||||||
activityIds: 'com.hihonor.magichome.business.MainActivity',
|
activityIds: 'com.hihonor.magichome.business.MainActivity',
|
||||||
rules: '[id="com.hihonor.magichome:id/item_close_image"]',
|
rules: '[id="com.hihonor.magichome:id/item_close_image"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12843930',
|
snapshotUrls: 'https://i.gkd.li/import/12843930',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 11,
|
key: 11,
|
||||||
name: '推荐服务声明',
|
name: '未分类-推荐服务声明',
|
||||||
enable: false,
|
enable: false,
|
||||||
desc: '推荐服务声明弹窗。默认点击【取消】按钮',
|
desc: '推荐服务声明弹窗。默认点击【取消】按钮',
|
||||||
activityIds: 'com.hihonor.magichome.business.MainActivity',
|
activityIds: 'com.hihonor.magichome.business.MainActivity',
|
||||||
@@ -23,7 +23,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 12,
|
key: 12,
|
||||||
name: '升级提示',
|
name: '更新提示',
|
||||||
desc: '点击以后再说',
|
desc: '点击以后再说',
|
||||||
activityIds: 'com.hihonor.magichome.business.MainActivity',
|
activityIds: 'com.hihonor.magichome.business.MainActivity',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '请求位置权限提示信息',
|
name: '定位提示-请求位置权限提示信息',
|
||||||
activityIds: 'com.hihonor.phoneservice.main.MainActivity',
|
activityIds: 'com.hihonor.phoneservice.main.MainActivity',
|
||||||
rules:
|
rules:
|
||||||
'[text^="开启定位权限"] + [id="com.hihonor.phoneservice:id/iv_close"]',
|
'[text^="开启定位权限"] + [id="com.hihonor.phoneservice:id/iv_close"]',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '广告弹窗',
|
name: '全屏广告-弹窗广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
rules:
|
rules:
|
||||||
'@ImageView < FrameLayout +2 FrameLayout[childCount=2] > FrameLayout > TextView[text="立即下载"]',
|
'@ImageView < FrameLayout +2 FrameLayout[childCount=2] > FrameLayout > TextView[text="立即下载"]',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '版本更新',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '版本更新',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '首页-横幅广告',
|
name: '局部广告-首页横幅广告',
|
||||||
activityIds: 'com.hose.ekuaibao.view.activity.EkbProActivity',
|
activityIds: 'com.hose.ekuaibao.view.activity.EkbProActivity',
|
||||||
rules:
|
rules:
|
||||||
'View[childCount=2] > TextView + TextView[text="不感兴趣"][clickable=true]',
|
'View[childCount=2] > TextView + TextView[text="不感兴趣"][clickable=true]',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '首页广告弹窗',
|
name: '全屏广告-首页广告弹窗',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.huatu.handheld_huatu.view.MainPopDialog',
|
'com.huatu.handheld_huatu.view.MainPopDialog',
|
||||||
'com.huatu.handheld_huatu.business.main.MainTabActivity',
|
'com.huatu.handheld_huatu.business.main.MainTabActivity',
|
||||||
@@ -21,7 +21,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '请求通知权限弹窗',
|
name: '通知提示-请求通知权限弹窗',
|
||||||
activityIds: 'com.huatu.handheld_huatu.business.main.MainTabActivity',
|
activityIds: 'com.huatu.handheld_huatu.business.main.MainTabActivity',
|
||||||
rules: '[text*="开启通知提示"] +2 LinearLayout > [text="取消"]',
|
rules: '[text*="开启通知提示"] +2 LinearLayout > [text="取消"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12715719',
|
snapshotUrls: 'https://i.gkd.li/import/12715719',
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '主题详情页“下应用领主题”横幅',
|
name: '局部广告-主题详情页“下应用领主题”横幅',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.huawei.android.thememanager.mvp.view.activity.onlinetheme.OnlineThemePreviewActivity',
|
'com.huawei.android.thememanager.mvp.view.activity.onlinetheme.OnlineThemePreviewActivity',
|
||||||
'com.huawei.android.thememanager.mvp.view.activity.onlinewallpaper.OnlineWallpaperPreviewActivity',
|
'com.huawei.android.thememanager.mvp.view.activity.onlinewallpaper.OnlineWallpaperPreviewActivity',
|
||||||
@@ -42,7 +42,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '主题详情页广告',
|
name: '局部广告-主题详情页广告',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.huawei.android.thememanager.mvp.view.activity.onlinetheme.OnlineThemePreviewActivity',
|
'com.huawei.android.thememanager.mvp.view.activity.onlinetheme.OnlineThemePreviewActivity',
|
||||||
'com.huawei.android.thememanager.mvp.view.activity.onlinewallpaper.OnlineWallpaperPreviewActivity',
|
'com.huawei.android.thememanager.mvp.view.activity.onlinewallpaper.OnlineWallpaperPreviewActivity',
|
||||||
@@ -64,7 +64,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '主题详情页广告关闭弹窗',
|
name: '局部广告-主题详情页广告关闭弹窗',
|
||||||
activityIds: ['com.huawei.openalliance.ad.activity.FeedbackActivity'],
|
activityIds: ['com.huawei.openalliance.ad.activity.FeedbackActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -75,7 +75,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '主题详情信息流广告',
|
name: '分段广告-主题详情信息流广告',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.huawei.android.thememanager.mvp.view.activity.onlinetheme.OnlineThemePreviewActivity',
|
'com.huawei.android.thememanager.mvp.view.activity.onlinetheme.OnlineThemePreviewActivity',
|
||||||
'com.huawei.android.thememanager.mvp.view.activity.onlinewallpaper.OnlineWallpaperPreviewActivity',
|
'com.huawei.android.thememanager.mvp.view.activity.onlinewallpaper.OnlineWallpaperPreviewActivity',
|
||||||
@@ -101,7 +101,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 5,
|
key: 5,
|
||||||
name: '分类页“免费领取”',
|
name: '局部广告-分类页“免费领取”',
|
||||||
activityIds: ['com.huawei.android.thememanager.HwThemeManagerActivity'],
|
activityIds: ['com.huawei.android.thememanager.HwThemeManagerActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -112,7 +112,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 6,
|
key: 6,
|
||||||
name: '主页面(推荐、分类、我的)广告',
|
name: '分段广告-主页面(推荐、分类、我的)广告',
|
||||||
activityIds: ['com.huawei.android.thememanager.HwThemeManagerActivity'],
|
activityIds: ['com.huawei.android.thememanager.HwThemeManagerActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -134,7 +134,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 7,
|
key: 7,
|
||||||
name: '首页活动弹窗-默认禁用',
|
name: '全屏广告-首页活动弹窗',
|
||||||
enable: false,
|
enable: false,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.huawei.android.thememanager.HwThemeManagerActivity',
|
'com.huawei.android.thememanager.HwThemeManagerActivity',
|
||||||
@@ -153,14 +153,14 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 8,
|
key: 8,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
||||||
rules: '@[text="以后再说"] + [text="立即更新"]',
|
rules: '@[text="以后再说"] + [text="立即更新"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12727318',
|
snapshotUrls: 'https://i.gkd.li/import/12727318',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 9,
|
key: 9,
|
||||||
name: '请求通知权限弹窗',
|
name: '通知提示-请求通知权限弹窗',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.huawei.android.thememanager.base.widget.ActivatePushDialog',
|
'com.huawei.android.thememanager.base.widget.ActivatePushDialog',
|
||||||
rules: '@[text="取消"] < * - * >n [text="开启消息通知"]',
|
rules: '@[text="取消"] < * - * >n [text="开启消息通知"]',
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '卡片式广告',
|
name: '局部广告-卡片式广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -64,7 +64,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '顶部广告条',
|
name: '局部广告-顶部广告条',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '“我的”页会员广告',
|
name: '局部广告-“我的”页会员广告',
|
||||||
activityIds: ['com.huawei.health.MainActivity'],
|
activityIds: ['com.huawei.health.MainActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -37,7 +37,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
@@ -50,7 +50,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '请求开启个性化推荐弹窗',
|
name: '功能类-请求开启个性化推荐弹窗',
|
||||||
activityIds: 'com.huawei.watchface.api.WebViewActivity',
|
activityIds: 'com.huawei.watchface.api.WebViewActivity',
|
||||||
rules: '[text="开启个性化推荐"] +2 [text="开启"] + Button',
|
rules: '[text="开启个性化推荐"] +2 [text="开启"] + Button',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13546292',
|
snapshotUrls: 'https://i.gkd.li/import/13546292',
|
||||||
@@ -58,7 +58,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '底部横幅广告',
|
name: '局部广告-底部横幅广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.huawei.health.MainActivity',
|
activityIds: 'com.huawei.health.MainActivity',
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
// 我不知道这个广告从哪里来的,它出乎意料地跳出并覆盖在Gspace上面
|
// 我不知道这个广告从哪里来的,它出乎意料地跳出并覆盖在Gspace上面
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '页面中间跳出广告',
|
name: '全屏广告-弹窗广告',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.huawei.openalliance.ad.ppskit.activity.InnerPPSInterstitialAdActivity',
|
'com.huawei.openalliance.ad.ppskit.activity.InnerPPSInterstitialAdActivity',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export default defineAppConfig({
|
|||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '广告反馈下拉窗',
|
name: '分段广告-广告反馈下拉窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: ['com.huawei.openalliance.ad.activity.FeedbackActivity'],
|
activityIds: ['com.huawei.openalliance.ad.activity.FeedbackActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
@@ -57,7 +57,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '播放界面直播浮窗',
|
name: '局部广告-播放界面直播浮窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: ['com.android.mediacenter.MainActivity'],
|
activityIds: ['com.android.mediacenter.MainActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
@@ -70,7 +70,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '播放(音乐、视频)页面广告',
|
name: '局部广告-播放(音乐、视频)页面广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: ['com.android.mediacenter.MainActivity'],
|
activityIds: ['com.android.mediacenter.MainActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
@@ -87,7 +87,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 5,
|
key: 5,
|
||||||
name: '评论区广告',
|
name: '局部广告-评论区广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.android.mediacenter.comment.ui.CommentListMainActivity',
|
'com.android.mediacenter.comment.ui.CommentListMainActivity',
|
||||||
@@ -101,7 +101,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 6,
|
key: 6,
|
||||||
name: '视频播放页广告反馈',
|
name: '分段广告-视频播放页广告反馈',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: ['com.android.mediacenter.MainActivity'],
|
activityIds: ['com.android.mediacenter.MainActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
@@ -116,7 +116,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 7,
|
key: 7,
|
||||||
name: '播放器上滑广告',
|
name: '局部广告-播放器上滑广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: ['com.android.mediacenter.MainActivity'],
|
activityIds: ['com.android.mediacenter.MainActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '下拉搜索横幅广告',
|
name: '局部广告-下拉搜索横幅广告',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.huawei.search.HomeActivity',
|
'com.huawei.search.HomeActivity',
|
||||||
'com.huawei.search.MainActivity',
|
'com.huawei.search.MainActivity',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
||||||
rules: '@[text="以后再说"] +2 [text="立即更新"]',
|
rules: '@[text="以后再说"] +2 [text="立即更新"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12738253',
|
snapshotUrls: 'https://i.gkd.li/import/12738253',
|
||||||
|
|||||||
@@ -6,7 +6,8 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '服务提示',
|
name: '局部广告-钱包扩展服务提示',
|
||||||
|
desc: '点击关闭',
|
||||||
enable: false,
|
enable: false,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '青少年模式弹窗',
|
name: '青少年模式',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.hunantv.imgo.activity.MainActivity',
|
'com.hunantv.imgo.activity.MainActivity',
|
||||||
'miuix.appcompat.app.m',
|
'miuix.appcompat.app.m',
|
||||||
@@ -17,7 +17,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '首页推荐流-卡片广告',
|
name: '分段广告-首页推荐广告',
|
||||||
activityIds: 'com.hunantv.imgo.activity.MainActivity',
|
activityIds: 'com.hunantv.imgo.activity.MainActivity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -36,7 +36,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
@@ -63,7 +63,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '右侧悬浮广告',
|
name: '局部广告-右侧悬浮广告',
|
||||||
activityIds: 'com.hunantv.imgo.activity.MainActivity',
|
activityIds: 'com.hunantv.imgo.activity.MainActivity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,14 +6,14 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
|
name: '分段广告-推荐流广告',
|
||||||
|
desc: '点击卡片右上角广告文字,出现广告反馈,点击屏蔽该广告',
|
||||||
|
quickFind: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.hupu.games.main.MainActivity',
|
'com.hupu.games.main.MainActivity',
|
||||||
'com.hupu.android.bbs.detail.PostDetailActivity',
|
'com.hupu.android.bbs.detail.PostDetailActivity',
|
||||||
'com.hupu.topic.TopicActivity',
|
'com.hupu.topic.TopicActivity',
|
||||||
],
|
],
|
||||||
quickFind: true,
|
|
||||||
name: '推荐流广告',
|
|
||||||
desc: '点击卡片右上角广告文字,出现广告反馈,点击屏蔽该广告',
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '青少年模式弹窗',
|
name: '青少年模式',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
|||||||
@@ -6,13 +6,13 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '第一次启动提示',
|
name: '功能类-第一次启动提示',
|
||||||
activityIds: 'com.icbc.activity.init.SplashActivity',
|
activityIds: 'com.icbc.activity.init.SplashActivity',
|
||||||
rules: '[id="com.icbc:id/close_btn"]',
|
rules: '[id="com.icbc:id/close_btn"]',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
enable: false,
|
enable: false,
|
||||||
activityIds: 'com.icbc.activity.main.MainActivity',
|
activityIds: 'com.icbc.activity.main.MainActivity',
|
||||||
rules: '[id="com.icbc:id/tv_time"][text*="跳过"][text.length<=6]',
|
rules: '[id="com.icbc:id/tv_time"][text*="跳过"][text.length<=6]',
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '广告弹窗',
|
name: '全屏广告-广告弹窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '信息流广告',
|
name: '分段广告-信息流广告',
|
||||||
activityIds: 'com.ifeng.news2.activity.IfengTabMainActivity',
|
activityIds: 'com.ifeng.news2.activity.IfengTabMainActivity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -51,7 +51,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: true,
|
enable: true,
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '请求位置权限弹窗',
|
name: '定位提示-请求位置权限弹窗',
|
||||||
desc: '自动点击取消',
|
desc: '自动点击取消',
|
||||||
activityIds: 'com.ifeng.news2.activity.IfengTabMainActivity',
|
activityIds: 'com.ifeng.news2.activity.IfengTabMainActivity',
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '@[text="忽略本次"] + [text="立即升级"]',
|
rules: '@[text="忽略本次"] + [text="立即升级"]',
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
enable: false,
|
enable: false,
|
||||||
name: '信息流广告',
|
name: '分段广告-信息流广告',
|
||||||
desc: '但是步骤较多, 影响app使用',
|
desc: '但是步骤较多, 影响app使用',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.instagram.mainactivity.InstagramMainActivity',
|
activityIds: 'com.instagram.mainactivity.InstagramMainActivity',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏vip提示',
|
name: '全屏广告-开屏vip提示',
|
||||||
activityIds: 'com.intsig.camscanner.guide.guidevideo.GuideVideoActivity',
|
activityIds: 'com.intsig.camscanner.guide.guidevideo.GuideVideoActivity',
|
||||||
rules: '[id=`com.intsig.camscanner:id/tv_drop_cnl_close_new`]',
|
rules: '[id=`com.intsig.camscanner:id/tv_drop_cnl_close_new`]',
|
||||||
// need snapshot
|
// need snapshot
|
||||||
@@ -14,7 +14,7 @@ export default defineAppConfig({
|
|||||||
|
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '主页面上方广告',
|
name: '局部广告-主页面上方广告',
|
||||||
activityIds: 'com.intsig.camscanner.mainmenu.mainactivity.MainActivity',
|
activityIds: 'com.intsig.camscanner.mainmenu.mainactivity.MainActivity',
|
||||||
rules:
|
rules:
|
||||||
'[id="com.intsig.camscanner:id/card_ad_tag"] + [id="com.intsig.camscanner:id/card_close"]',
|
'[id="com.intsig.camscanner:id/card_ad_tag"] + [id="com.intsig.camscanner:id/card_close"]',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 6,
|
key: 6,
|
||||||
name: '广告弹窗',
|
name: '全屏广告-广告弹窗',
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '广告弹窗',
|
name: '全屏广告-广告弹窗',
|
||||||
activityIds: 'com.jc.avatar.mm.MainActivity',
|
activityIds: 'com.jc.avatar.mm.MainActivity',
|
||||||
rules:
|
rules:
|
||||||
'ImageView -2 FrameLayout > FrameLayout > FrameLayout > FrameLayout > ImageView',
|
'ImageView -2 FrameLayout > FrameLayout > FrameLayout > FrameLayout > ImageView',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
activityIds: ['com.jingdong.app.reader.logo.JdLogoActivity'],
|
activityIds: ['com.jingdong.app.reader.logo.JdLogoActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -17,7 +17,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '首页弹窗广告',
|
name: '全屏广告-首页弹窗广告',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.jingdong.app.reader.main.ui.JdMainActivity',
|
'com.jingdong.app.reader.main.ui.JdMainActivity',
|
||||||
'com.miui.home.launcher.Launcher',
|
'com.miui.home.launcher.Launcher',
|
||||||
@@ -35,7 +35,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '阅读页面广告弹窗',
|
name: '全屏广告-阅读页面广告弹窗',
|
||||||
activityIds: 'com.jd.read.engine.activity.EngineReaderActivity',
|
activityIds: 'com.jd.read.engine.activity.EngineReaderActivity',
|
||||||
rules: '[id$="ad_read_close"]',
|
rules: '[id$="ad_read_close"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
|
|||||||
@@ -6,14 +6,14 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '首页广告弹窗',
|
name: '全屏广告-首页广告弹窗',
|
||||||
activityIds: 'com.jd.jdlite.MainFrameActivity',
|
activityIds: 'com.jd.jdlite.MainFrameActivity',
|
||||||
rules: '@[desc="关闭页面"] - FrameLayout >n [text="极速版弹窗"]',
|
rules: '@[desc="关闭页面"] - FrameLayout >n [text="极速版弹窗"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12727396',
|
snapshotUrls: 'https://i.gkd.li/import/12727396',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '请求通知权限弹窗',
|
name: '通知提示-请求通知权限弹窗',
|
||||||
activityIds: 'com.jd.jdlite.MainFrameActivity',
|
activityIds: 'com.jd.jdlite.MainFrameActivity',
|
||||||
rules:
|
rules:
|
||||||
'@ImageView[clickable=true] - LinearLayout > [text="开启消息通知"]',
|
'@ImageView[clickable=true] - LinearLayout > [text="开启消息通知"]',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '通知提醒',
|
name: '通知提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
@@ -29,7 +29,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '版本更新',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
@@ -41,7 +41,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '满意度打分弹窗',
|
name: '评价提示-满意度打分弹窗',
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'activity',
|
resetMatch: 'activity',
|
||||||
rules: '[text*="满意度打几分"] + ImageView',
|
rules: '[text*="满意度打几分"] + ImageView',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '底部申请定位浮窗',
|
name: '定位提示-底部申请定位浮窗',
|
||||||
activityIds: 'com.jd.jdlite.MainFrameActivity',
|
activityIds: 'com.jd.jdlite.MainFrameActivity',
|
||||||
rules: '[text*="开启定位授权"] +2 ImageView',
|
rules: '[text*="开启定位授权"] +2 ImageView',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13804515',
|
snapshotUrls: 'https://i.gkd.li/import/13804515',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
activityIds: [],
|
activityIds: [],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -34,7 +34,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '信息流广告',
|
name: '分段广告-信息流广告',
|
||||||
activityIds: ['com.jdd.motorfans.MTMainActivity'],
|
activityIds: ['com.jdd.motorfans.MTMainActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -56,7 +56,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '文章内容弹窗',
|
name: '全屏广告-文章内容页面弹窗广告',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.jdd.motorfans.modules.zone.search.ZoneInsideSearchActivity',
|
'com.jdd.motorfans.modules.zone.search.ZoneInsideSearchActivity',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '版本升级弹窗',
|
name: '更新提示-版本升级弹窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
@@ -33,7 +33,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '首页-广告弹窗',
|
name: '全屏广告-首页广告弹窗',
|
||||||
activityIds: 'com.jf.my.main.ui.dialog.HomeRedPackageDialog',
|
activityIds: 'com.jf.my.main.ui.dialog.HomeRedPackageDialog',
|
||||||
rules: '[id="com.jf.my:id/iv_back"]',
|
rules: '[id="com.jf.my:id/iv_back"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12840619',
|
snapshotUrls: 'https://i.gkd.li/import/12840619',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: 'VIP弹窗',
|
name: '全屏广告-VIP弹窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '顶部广告卡片',
|
name: '局部广告-顶部广告卡片',
|
||||||
desc: '点击卡片右上角关闭按钮',
|
desc: '点击卡片右上角关闭按钮',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.jim.qrcode.MainActivity',
|
'com.jim.qrcode.MainActivity',
|
||||||
|
|||||||
@@ -6,21 +6,21 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
activityIds: ['com.jin10.lgd.update.UpdateActivity'],
|
activityIds: ['com.jin10.lgd.update.UpdateActivity'],
|
||||||
rules: '@[id="com.jin10:id/update_cancel"] + [id="com.jin10:id/iv_pic"]',
|
rules: '@[id="com.jin10:id/update_cancel"] + [id="com.jin10:id/iv_pic"]',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12706043'],
|
snapshotUrls: ['https://i.gkd.li/import/12706043'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '首页广告弹窗',
|
name: '全屏广告-首页广告弹窗',
|
||||||
activityIds: ['com.jin10.lgd.biz.MainActivity'],
|
activityIds: ['com.jin10.lgd.biz.MainActivity'],
|
||||||
rules: '[id="com.jin10:id/iv_body"] + [id="com.jin10:id/iv_close"]',
|
rules: '[id="com.jin10:id/iv_body"] + [id="com.jin10:id/iv_close"]',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12706045'],
|
snapshotUrls: ['https://i.gkd.li/import/12706045'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '快讯页面-广告弹窗',
|
name: '全屏广告-快讯页面广告弹窗',
|
||||||
activityIds: ['com.jin10.lgd.biz.MainActivity'],
|
activityIds: ['com.jin10.lgd.biz.MainActivity'],
|
||||||
rules: '@[id="com.jin10:id/iv_close"] + [id="com.jin10:id/iv_pic"]',
|
rules: '@[id="com.jin10:id/iv_close"] + [id="com.jin10:id/iv_pic"]',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12706047'],
|
snapshotUrls: ['https://i.gkd.li/import/12706047'],
|
||||||
@@ -28,7 +28,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '会员页面-顶部广告',
|
name: '局部广告-会员页面顶部广告',
|
||||||
activityIds: ['com.jin10.lgd.biz.MainActivity'],
|
activityIds: ['com.jin10.lgd.biz.MainActivity'],
|
||||||
rules: '[id="com.jin10:id/iv_header"] + [id="com.jin10:id/iv_close"]',
|
rules: '[id="com.jin10:id/iv_header"] + [id="com.jin10:id/iv_close"]',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12706051'],
|
snapshotUrls: ['https://i.gkd.li/import/12706051'],
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
desc: '点击右上角x',
|
desc: '点击右上角x',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '首页广告弹窗',
|
name: '全屏广告-首页广告弹窗',
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
activityIds: 'pdj.main.MainActivity',
|
activityIds: 'pdj.main.MainActivity',
|
||||||
rules: [
|
rules: [
|
||||||
@@ -25,7 +25,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 8,
|
key: 8,
|
||||||
name: '请求通知权限弹窗',
|
name: '通知提示-请求通知权限弹窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.yanzhenjie.permission.PermissionActivity',
|
'com.yanzhenjie.permission.PermissionActivity',
|
||||||
@@ -23,7 +23,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 9,
|
key: 9,
|
||||||
name: '请求定位权限弹窗',
|
name: '定位提示-请求定位权限弹窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.hellobike.atlas.business.portal.PortalActivity',
|
activityIds: 'com.hellobike.atlas.business.portal.PortalActivity',
|
||||||
rules:
|
rules:
|
||||||
@@ -32,7 +32,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '应用内活动、广告弹窗(大部分)',
|
name: '全屏广告-应用内活动、广告弹窗(大部分)',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.hellobike.ads.widget.insert.dialog.HBAdvertDialog',
|
'com.hellobike.ads.widget.insert.dialog.HBAdvertDialog',
|
||||||
'com.hellobike.atlas.business.portal.PortalActivity',
|
'com.hellobike.atlas.business.portal.PortalActivity',
|
||||||
@@ -47,7 +47,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 11,
|
key: 11,
|
||||||
name: '哈啰智能电动车-广告弹窗',
|
name: '全屏广告-哈啰智能电动车-广告弹窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.hellobike.evehicle.business.main.EVehicleHomeManagerActivity',
|
'com.hellobike.evehicle.business.main.EVehicleHomeManagerActivity',
|
||||||
@@ -58,7 +58,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 12,
|
key: 12,
|
||||||
name: '右侧悬浮广告',
|
name: '局部广告-右侧悬浮广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: ['com.hellobike.atlas.business.portal.PortalActivity'],
|
activityIds: ['com.hellobike.atlas.business.portal.PortalActivity'],
|
||||||
rules:
|
rules:
|
||||||
@@ -67,7 +67,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 13,
|
key: 13,
|
||||||
name: '骑行订单完成-广告弹窗',
|
name: '全屏广告-骑行订单完成-广告弹窗',
|
||||||
activityIds: ['com.alipay.mobile.nebulacore.ui.H5Activity'],
|
activityIds: ['com.alipay.mobile.nebulacore.ui.H5Activity'],
|
||||||
rules:
|
rules:
|
||||||
'[text="订单完成"] >(2) View[childCount=2] > Image[id=null][clickable=true]',
|
'[text="订单完成"] >(2) View[childCount=2] > Image[id=null][clickable=true]',
|
||||||
@@ -75,7 +75,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 14,
|
key: 14,
|
||||||
name: '骑行卡-优惠券弹窗',
|
name: '全屏广告-骑行卡-优惠券弹窗',
|
||||||
activityIds: ['com.hellobike.atlas.business.portal.PortalActivity'],
|
activityIds: ['com.hellobike.atlas.business.portal.PortalActivity'],
|
||||||
rules: '[desc="去使用"] + Button[text=null][visibleToUser=true]',
|
rules: '[desc="去使用"] + Button[text=null][visibleToUser=true]',
|
||||||
snapshotUrls: ['https://i.gkd.li/import/12739316'],
|
snapshotUrls: ['https://i.gkd.li/import/12739316'],
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '活动弹窗',
|
name: '全屏广告-活动弹窗',
|
||||||
activityIds: 'com.baicizhan.main.activity.MainTabActivity',
|
activityIds: 'com.baicizhan.main.activity.MainTabActivity',
|
||||||
rules:
|
rules:
|
||||||
'[text="反馈"] + ImageView + ImageView[childCount=0][clickable=true]',
|
'[text="反馈"] + ImageView + ImageView[childCount=0][clickable=true]',
|
||||||
@@ -14,7 +14,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '版本更新',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.ilike.cartoon.activities.HomeActivity',
|
activityIds: 'com.ilike.cartoon.activities.HomeActivity',
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '应用内弹窗',
|
name: '全屏广告-弹窗广告',
|
||||||
activityIds: 'com.zero.flutter_qq_ads.page.AdSplashActivity',
|
activityIds: 'com.zero.flutter_qq_ads.page.AdSplashActivity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '版本更新',
|
name: '更新提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 6,
|
key: 6,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
desc: '快手广告SDK',
|
desc: '快手广告SDK',
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 5,
|
key: 5,
|
||||||
name: '广告弹窗',
|
name: '全屏广告-广告弹窗',
|
||||||
activityIds: 'com.julanling.dgq.main.view.MainFragmentActivity',
|
activityIds: 'com.julanling.dgq.main.view.MainFragmentActivity',
|
||||||
rules:
|
rules:
|
||||||
'FrameLayout > FrameLayout[childCount=1] > ImageView[width<80][height<80]',
|
'FrameLayout > FrameLayout[childCount=1] > ImageView[width<80][height<80]',
|
||||||
|
|||||||
@@ -6,14 +6,14 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '广告卡片',
|
name: '局部广告-广告卡片',
|
||||||
activityIds: 'com.jxedt.ui.activitys.exercise.OrderExerciseActivity',
|
activityIds: 'com.jxedt.ui.activitys.exercise.OrderExerciseActivity',
|
||||||
rules: '[id="com.jxedt:id/img_question_banner_close"]',
|
rules: '[id="com.jxedt:id/img_question_banner_close"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13195641',
|
snapshotUrls: 'https://i.gkd.li/import/13195641',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
|||||||
@@ -6,9 +6,16 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '升级弹窗',
|
name: '更新提示',
|
||||||
rules: '[id="com.jym.mall:id/tv_cancel"][text="下次再说"]',
|
matchTime: 10000,
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12496974',
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: {
|
||||||
|
matches: '[id="com.jym.mall:id/tv_cancel"][text="下次再说"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/3fa65227-8284-4343-ac5c-d509b8eb70bf',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/12496974',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '开屏提示',
|
name: '未分类-开屏公告提示',
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
@@ -58,7 +58,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '横幅广告',
|
name: '局部广告-横幅广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
|||||||
@@ -6,20 +6,20 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '青少年模式弹窗',
|
name: '青少年模式',
|
||||||
activityIds: 'com.kmxs.reader.home.ui.HomeActivity',
|
activityIds: 'com.kmxs.reader.home.ui.HomeActivity',
|
||||||
rules: '[id="com.kmxs.reader:id/young_dialog_close"]',
|
rules: '[id="com.kmxs.reader:id/young_dialog_close"]',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: -2,
|
key: -2,
|
||||||
name: '更新弹窗',
|
name: '更新提示',
|
||||||
activityIds: 'com.km.app.update.UpdateVersionV2Activity',
|
activityIds: 'com.km.app.update.UpdateVersionV2Activity',
|
||||||
rules: '[id="com.kmxs.reader:id/tv_update_cancel"]',
|
rules: '[id="com.kmxs.reader:id/tv_update_cancel"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12641338',
|
snapshotUrls: 'https://i.gkd.li/import/12641338',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '阅读页面底部广告',
|
name: '局部广告-阅读页面底部广告',
|
||||||
activityIds: 'org.geometerplus.android.fbreader.FBReader',
|
activityIds: 'org.geometerplus.android.fbreader.FBReader',
|
||||||
rules:
|
rules:
|
||||||
'[id="com.kmxs.reader:id/ll_ad_native_banner"] > [id="com.kmxs.reader:id/iv_ad_direct_close"]',
|
'[id="com.kmxs.reader:id/ll_ad_native_banner"] > [id="com.kmxs.reader:id/iv_ad_direct_close"]',
|
||||||
@@ -27,7 +27,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '阅读结束后显示的广告',
|
name: '全屏广告-阅读结束后显示的广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'org.geometerplus.android.fbreader.FBReader',
|
activityIds: 'org.geometerplus.android.fbreader.FBReader',
|
||||||
rules: [
|
rules: [
|
||||||
@@ -47,7 +47,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '签到弹窗',
|
name: '全屏广告-签到弹窗',
|
||||||
activityIds: 'org.geometerplus.android.fbreader.FBReader',
|
activityIds: 'org.geometerplus.android.fbreader.FBReader',
|
||||||
rules:
|
rules:
|
||||||
'@TextView[id=null] < View +(2) TextView[text^="已连签"&&text*="天"]',
|
'@TextView[id=null] < View +(2) TextView[text^="已连签"&&text*="天"]',
|
||||||
@@ -56,7 +56,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 99,
|
key: 99,
|
||||||
name: '右侧悬浮红包',
|
name: '局部广告-右侧悬浮红包',
|
||||||
activityIds: 'com.kmxs.reader.home.ui.HomeActivity',
|
activityIds: 'com.kmxs.reader.home.ui.HomeActivity',
|
||||||
rules: {
|
rules: {
|
||||||
matches:
|
matches:
|
||||||
@@ -67,7 +67,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 8,
|
key: 8,
|
||||||
name: '书架顶部广告',
|
name: '局部广告-书架顶部广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.kmxs.reader.home.ui.HomeActivity',
|
activityIds: 'com.kmxs.reader.home.ui.HomeActivity',
|
||||||
rules: '[id="com.kmxs.reader:id/bookshelf_book_item_direct_close"]',
|
rules: '[id="com.kmxs.reader:id/bookshelf_book_item_direct_close"]',
|
||||||
@@ -76,7 +76,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 5,
|
key: 5,
|
||||||
name: '【字节】视频广告',
|
name: '全屏广告-字节视频广告',
|
||||||
desc: '此规则有概率误触或失效,请谨慎选择开启。',
|
desc: '此规则有概率误触或失效,请谨慎选择开启。',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
@@ -104,7 +104,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 6,
|
key: 6,
|
||||||
name: '【百度】全屏广告',
|
name: '全屏广告-百度',
|
||||||
desc: '此规则有概率误触或失效,请谨慎选择开启。',
|
desc: '此规则有概率误触或失效,请谨慎选择开启。',
|
||||||
activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity',
|
activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity',
|
||||||
rules: [
|
rules: [
|
||||||
@@ -120,7 +120,7 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 7,
|
key: 7,
|
||||||
name: '【腾讯】全屏广告',
|
name: '全屏广告-腾讯',
|
||||||
desc: '此规则有概率误触或失效,请谨慎选择开启。',
|
desc: '此规则有概率误触或失效,请谨慎选择开启。',
|
||||||
activityIds: 'com.qq.e.ads.PortraitADActivity',
|
activityIds: 'com.qq.e.ads.PortraitADActivity',
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 6,
|
key: 6,
|
||||||
name: '首页红包弹窗',
|
name: '全屏广告-首页红包弹窗',
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '首页通知',
|
name: '通知提示-首页公告通知',
|
||||||
activityIds: ['com.ksf.yyx.MainActivity'],
|
activityIds: ['com.ksf.yyx.MainActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -38,8 +38,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '插屏广告',
|
name: '全屏广告-插屏广告',
|
||||||
|
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.ksf.yyx.MainActivity',
|
'com.ksf.yyx.MainActivity',
|
||||||
'com.sigmob.sdk.base.common.TransparentAdActivity',
|
'com.sigmob.sdk.base.common.TransparentAdActivity',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '首页广告弹窗',
|
name: '全屏广告-首页广告弹窗',
|
||||||
activityIds: 'com.hihonor.android.launcher.drawer.DrawerLauncher',
|
activityIds: 'com.hihonor.android.launcher.drawer.DrawerLauncher',
|
||||||
rules: '[id="com.kuaiduizuoye.scan:id/iv_advertisement_widget_close"]',
|
rules: '[id="com.kuaiduizuoye.scan:id/iv_advertisement_widget_close"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12716285',
|
snapshotUrls: 'https://i.gkd.li/import/12716285',
|
||||||
|
|||||||
@@ -6,14 +6,14 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '关闭青少年模式弹窗',
|
name: '青少年模式',
|
||||||
activityIds: 'com.kuaikan.main.MainActivity',
|
activityIds: 'com.kuaikan.main.MainActivity',
|
||||||
rules: '[text*="青少年模式"] +2 [id="com.kuaikan.comic:id/cancel"]',
|
rules: '[text*="青少年模式"] +2 [id="com.kuaikan.comic:id/cancel"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12565678',
|
snapshotUrls: 'https://i.gkd.li/import/12565678',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '漫画界面-底部广告弹窗',
|
name: '局部广告-漫画界面底部广告弹窗',
|
||||||
activityIds: 'com.kuaikan.comic.infinitecomic.view.ComicInfiniteActivity',
|
activityIds: 'com.kuaikan.comic.infinitecomic.view.ComicInfiniteActivity',
|
||||||
rules: '[id="com.kuaikan.comic:id/adBannerClose"]',
|
rules: '[id="com.kuaikan.comic:id/adBannerClose"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12910268',
|
snapshotUrls: 'https://i.gkd.li/import/12910268',
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '青少年弹窗',
|
name: '青少年模式',
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
activityIds: 'com.yxcorp.gifshow.HomeActivity',
|
activityIds: 'com.yxcorp.gifshow.HomeActivity',
|
||||||
|
|||||||
@@ -7,9 +7,9 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds:
|
matchTime: 10000,
|
||||||
'com.kuangxiangciweimao.novel.activity.AdvertisementActivity',
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: '[id="com.kuangxiangciweimao.novel:id/mTasksView"]',
|
rules: '[id="com.kuangxiangciweimao.novel:id/mTasksView"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13056248',
|
snapshotUrls: 'https://i.gkd.li/import/13056248',
|
||||||
},
|
},
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user