mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(百度贴吧) 局部广告-悬浮小广告 (#58)
This commit is contained in:
@@ -201,7 +201,7 @@ export default defineAppConfig({
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '首页右侧悬浮广告',
|
||||
name: '首页右侧悬浮广告-1',
|
||||
activityIds: 'com.baidu.tieba.tblauncher.MainTabActivity',
|
||||
matches:
|
||||
'@ImageView[clickable=true] - TextView[text="广告"] < RelativeLayout + ImageView',
|
||||
@@ -212,6 +212,14 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '首页右侧悬浮广告-2',
|
||||
activityIds: 'com.baidu.tieba.tblauncher.MainTabActivity',
|
||||
matches:
|
||||
'RelativeLayout >2 RelativeLayout[childCount=1] > ImageView[childCount=0][clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14291964',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '评论区左侧悬浮广告',
|
||||
quickFind: true,
|
||||
activityIds: 'com.baidu.tieba.pb.pb.main.PbActivity',
|
||||
@@ -219,7 +227,7 @@ export default defineAppConfig({
|
||||
snapshotUrls: 'https://i.gkd.li/import/13296280',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
key: 3,
|
||||
activityIds: [
|
||||
'com.baidu.tieba.pb.pb.main.PbActivity',
|
||||
'com.baidu.tieba.tblauncher.MainTabActivity',
|
||||
|
||||
Reference in New Issue
Block a user