diff --git a/src/apps/com.zhihu.android.ts b/src/apps/com.zhihu.android.ts index 610aa70c..8d7d30dc 100644 --- a/src/apps/com.zhihu.android.ts +++ b/src/apps/com.zhihu.android.ts @@ -58,9 +58,15 @@ export default defineAppConfig({ matches: '@ViewGroup[clickable=true] <4 * -3 * >2 [text*="广告"]', snapshotUrls: 'https://i.gkd.li/i/14192451', }, + { + key: 4, + quickFind: true, + matches: '@ViewGroup[clickable=true] <3 * < * -3 * >2 [text*="广告"]', + snapshotUrls: 'https://i.gkd.li/i/14730741', + }, { key: 90, - preKeys: [0, 1, 2, 3], + preKeys: [0, 1, 2, 3, 4], quickFind: true, matches: '@[clickable=true] >3 [text$="不感兴趣"]', snapshotUrls: 'https://i.gkd.li/i/13849689',