Merge pull request #12 from gkd-sub-repo/com.zhihu.android

feat(知乎) 分段广告-信息流广告(补充、优化规则)
This commit is contained in:
AIsouler
2024-02-08 14:20:45 +08:00
committed by GitHub

View File

@@ -36,16 +36,19 @@ export default defineAppConfig({
{ {
key: 2, key: 2,
quickFind: true, quickFind: true,
matches: '@ImageView[clickable=true] -3 * > [text="广告"]', matches: '@ImageView[clickable=true] -(2,3) * > [text*="广告"]',
snapshotUrls: 'https://i.gkd.li/import/13849442', snapshotUrls: [
'https://i.gkd.li/import/13849442',
'https://i.gkd.li/import/14178979',
],
exampleUrls:
'https://m.gkd.li/57941037/65e9f31a-e80f-4996-9621-1b8fd92940d6',
}, },
{ {
key: 3, key: 3,
matches: quickFind: true,
'RecyclerView[childCount=24] > FrameLayout[index=11] >3 ImageView[index=3]', matches: '@ViewGroup[clickable=true] <4 * -3 * >2 [text*="广告"]',
exampleUrls: snapshotUrls: 'https://i.gkd.li/import/14192451',
'https://m.gkd.li/57941037/65e9f31a-e80f-4996-9621-1b8fd92940d6',
snapshotUrls: 'https://i.gkd.li/import/14178979',
}, },
{ {
key: 90, key: 90,