From f4e434303c9b8e18b27627f0eae0516bab847d63 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 3 Oct 2024 09:52:52 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E7=9F=A5=E4=B9=8E):=20=E5=88=86=E6=AE=B5?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E4=BF=A1=E6=81=AF=E6=B5=81=E5=B9=BF?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.zhihu.android.ts | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/apps/com.zhihu.android.ts b/src/apps/com.zhihu.android.ts index 3816fbf8..7231d459 100644 --- a/src/apps/com.zhihu.android.ts +++ b/src/apps/com.zhihu.android.ts @@ -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', + ], }, ], },