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