mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(百度贴吧): 悬浮小广告(补充规则) (#1947)
This commit is contained in:
@@ -165,10 +165,24 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 10,
|
||||
name: '首页-悬浮小广告',
|
||||
name: '悬浮小广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '首页右侧悬浮广告',
|
||||
activityIds: 'com.baidu.tieba.tblauncher.MainTabActivity',
|
||||
rules: 'TextView[text="广告"] + ImageView[clickable=true]',
|
||||
matches: 'TextView[text="广告"] + ImageView[clickable=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13115167',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '评论区左侧悬浮广告',
|
||||
quickFind: true,
|
||||
activityIds: 'com.baidu.tieba.pb.pb.main.PbActivity',
|
||||
matches: 'LinearLayout[childCount=2] > @ImageView + [text="广告"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13296280',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user