feat(皮皮虾): 分段广告-信息流广告

This commit is contained in:
AIsouler
2024-04-06 12:51:51 +08:00
parent e6bef0f04f
commit 2140b82e8d

View File

@@ -108,5 +108,26 @@ export default defineAppConfig({
},
],
},
{
key: 11,
name: '分段广告-信息流广告',
desc: '点击展开-点击[不感兴趣]',
activityIds: 'com.sup.android.base.MainActivity',
rules: [
{
key: 0,
matches:
'RecyclerView > FrameLayout[id!=null] >6 ImageView[clickable=true]',
snapshotUrls: 'https://i.gkd.li/i/14886478',
},
{
preKeys: [0],
key: 1,
quickFind: true,
matches: '@[clickable=true] > [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/i/14886477',
},
],
},
],
});