From 4ba937f49d0171ef31154b00ff7159a94b093392 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 19 Mar 2024 13:08:45 +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=EF=BC=88=E4=BC=98=E5=8C=96=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, 6 insertions(+), 2 deletions(-) diff --git a/src/apps/com.zhihu.android.ts b/src/apps/com.zhihu.android.ts index 5fc0a5ee..8b860eb2 100644 --- a/src/apps/com.zhihu.android.ts +++ b/src/apps/com.zhihu.android.ts @@ -20,8 +20,12 @@ export default defineAppConfig({ { key: 0, quickFind: true, - matches: '@ImageView[clickable=true] -4 [text="广告"]', - snapshotUrls: 'https://i.gkd.li/i/13849671', + matches: + '@ImageView[clickable=true][visibleToUser=true][childCount=0] [text="广告"]', + snapshotUrls: [ + 'https://i.gkd.li/i/13849671', + 'https://i.gkd.li/i/14645530', + ], }, { key: 1,