mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(闲鱼) 分段广告-搜索结果页广告
This commit is contained in:
@@ -50,5 +50,32 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 5,
|
||||||
|
name: '分段广告-搜索结果页广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
activityIds:
|
||||||
|
'com.idlefish.flutterbridge.flutterboost.boost.FishFlutterBoostActivity',
|
||||||
|
matches: '@[clickable=true] > [desc$="广告"]',
|
||||||
|
excludeMatches: '@[clickable=true] > [desc^="反馈成功"]',
|
||||||
|
action: 'longClick',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/14723597',
|
||||||
|
'https://i.gkd.li/i/14723718', // excludeMatches
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
preKeys: 0,
|
||||||
|
activityIds:
|
||||||
|
'com.idlefish.flutterbridge.flutterboost.boost.FishFlutterBoostActivity',
|
||||||
|
matches:
|
||||||
|
'[desc^="不喜欢该商品"] > ImageView[index=1][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14723632',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user