mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
fix: 百度贴吧-局部广告误触 #918
This commit is contained in:
@@ -241,8 +241,10 @@ export default defineGkdApp({
|
|||||||
key: 2,
|
key: 2,
|
||||||
name: '评论区左侧悬浮广告',
|
name: '评论区左侧悬浮广告',
|
||||||
activityIds: '.pb.pb.main.PbActivity',
|
activityIds: '.pb.pb.main.PbActivity',
|
||||||
matches: 'LinearLayout[childCount=2] > @ImageView + [text="广告"]',
|
matches:
|
||||||
|
'FrameLayout[getChild(1).getChild(1).text!=null] + @FrameLayout[clickable=true] > LinearLayout[childCount=2] > ImageView + [text="广告"][visibleToUser=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13296280',
|
snapshotUrls: 'https://i.gkd.li/i/13296280',
|
||||||
|
excludeSnapshotUrls: 'https://i.gkd.li/i/20361318',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user