feat(知乎) 局部广告-信息流广告(补充规则)

This commit is contained in:
Kun Jinkao
2024-02-24 11:50:46 +08:00
parent 7fbd4b3957
commit 97f7a32f8c

View File

@@ -186,6 +186,14 @@ export default defineAppConfig({
matches: '@ViewGroup[clickable=true] <3 * < * -2 * >2 [text$="广告"]', matches: '@ViewGroup[clickable=true] <3 * < * -2 * >2 [text$="广告"]',
snapshotUrls: 'https://i.gkd.li/i/14332161', snapshotUrls: 'https://i.gkd.li/i/14332161',
}, },
{
key: 5,
activityIds:
'com.zhihu.android.mixshortcontainer.MixShortContainerActivity',
matches:
'View[childCount=3] > @Image[index=1][clickable=true][visibleToUser=true] + [text$="广告"]',
snapshotUrls: 'https://i.gkd.li/i/14391614',
},
], ],
}, },
{ {