perf(知乎): 分段广告-信息流广告

This commit is contained in:
AIsouler
2024-10-03 09:52:52 +08:00
parent f18cef9039
commit f4e434303c

View File

@@ -37,11 +37,13 @@ export default defineGkdApp({
{
key: 2,
activityIds: 'com.zhihu.android.app.ui.activity.MainActivity',
matches: '@ImageView[clickable=true] < * - * > [text*="广告"]',
matches:
'@ImageView[clickable=true] < * - * > [text*="广告" || text$="商品介绍"]',
snapshotUrls: [
'https://i.gkd.li/i/14296163',
'https://i.gkd.li/i/14321041',
'https://i.gkd.li/i/14468152',
'https://i.gkd.li/i/17237944',
],
},
{
@@ -64,8 +66,12 @@ export default defineGkdApp({
'com.zhihu.android.ContentActivity',
'com.zhihu.android.app.ui.activity.MainActivity',
],
matches: '@[clickable=true] >3 [text$="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/i/13849689',
matches:
'@[clickable=true] >3 [text$="不感兴趣" || text^="屏蔽作者"]',
snapshotUrls: [
'https://i.gkd.li/i/13849689',
'https://i.gkd.li/i/17237940',
],
},
],
},