From 8e7f69b7e53b45ab51d44f786d7412da5672eb68 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 23 Mar 2024 16:05:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9F=A5=E4=B9=8E):=20=E5=88=86=E6=AE=B5?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.zhihu.android.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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',