mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(百度贴吧): 局部广告-帖子内"进吧逛逛"弹窗(优化规则)
This commit is contained in:
@@ -156,7 +156,6 @@ export default defineAppConfig({
|
||||
name: '全屏广告-广告弹窗',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'activity',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
@@ -193,7 +192,6 @@ export default defineAppConfig({
|
||||
matchDelay: 500,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'activity',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
@@ -241,34 +239,36 @@ export default defineAppConfig({
|
||||
key: 11,
|
||||
name: '局部广告-帖子内"进吧逛逛"弹窗',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'activity',
|
||||
rules:
|
||||
'TextView[text!=null] < LinearLayout + LinearLayout > View + ImageView[clickable=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/13322337',
|
||||
'https://i.gkd.li/i/13328738',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds: 'com.baidu.tieba.pb.pb.main.PbActivity',
|
||||
matches: '[vid="tip_close"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/e45542c9-cee7-4fa6-874d-0682c53f629b',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14571741',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 12,
|
||||
name: '功能类-贴吧内签到并关闭弹窗',
|
||||
resetMatch: 'activity',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '贴吧页签到',
|
||||
activityIds: ['com.baidu.tieba.forum.ForumActivity'],
|
||||
activityIds: 'com.baidu.tieba.forum.ForumActivity',
|
||||
matches:
|
||||
'WebView[text="frs"] > View > View > View > View > TextView[text="签到"][clickable=true]',
|
||||
snapshotUrls: ['https://i.gkd.li/i/13776801'],
|
||||
snapshotUrls: 'https://i.gkd.li/i/13776801',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '签到成功-弹窗',
|
||||
activityIds: ['com.baidu.tbadk.browser.TBWebContainerActivity'],
|
||||
activityIds: 'com.baidu.tbadk.browser.TBWebContainerActivity',
|
||||
matches:
|
||||
'WebView[text="签到弹窗"] > View > View > TextView[text=""][clickable=true]',
|
||||
snapshotUrls: ['https://i.gkd.li/i/13776424'],
|
||||
snapshotUrls: 'https://i.gkd.li/i/13776424',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user